#69f3b9

Color #69F3B9 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #69F3B9

Tints of Aquamarine #69F3B9

Color information

#69F3B9 (or 0x69F3B9) is unknown color: approx Aquamarine. HEX triplet: 69, F3 and B9. RGB value is (105,243,185). Sum of RGB (Red+Green+Blue) = 105+243+185=533 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.70% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #69F3B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69F3B9 is #960C46. Grayscale: #C3C3C3. Windows color (decimal): -9833543 or 12186473. OLE color: 12186473.

HSL color Cylindrical-coordinate representation of color #69F3B9: hue angle of 154.78º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F3B9 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB105243185-
CMYK0.5700.240.05
HSL154.78º85.19%68.24%-
HSV(B)154.78º56.79%95.29%-
XYZ46.6370.6157.07-
YUV195.13122.2863.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 19.70%
GREEN value IS 243 (95.31% from 255) = 45.59%
BLUE value IS 185 (72.66% from 255) = 34.71%
R=19.70%
G=45.59%
B=34.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1052431850.5700.240.05154.7885.1968.24
Hex69F3B93901859b5544
Octal151363271710305233125104
Binary110100111110011101110011110010110001011001101110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69f3b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69f3b9; }

 p { color: rgb(105,243,185); }

 H1.HeaderClassName
 {
   color: #69f3b9;
 }
 .AnyTagClassName
 {
   color: #69f3b9;
 }
</style>
background-color css

<style>
 a { background-color: #69f3b9; }

 a { background-color: rgb(105,243,185); }

 div.DivClassName
 {
   background-color: #69f3b9;
 }
 .BgClassName
 {
   background-color: #69f3b9;
 }
</style>
border-color css

<style>
 span { border-color: #69f3b9; }

 span { border-color: rgb(105,243,185); }

 td.TdClassName
 {
   border-color: #69f3b9;
 }
 .TagClassName
 {
   border-color: #69f3b9;
 }
</style>