#66FBBC

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

Shades of Aquamarine #66FBBC

Tints of Aquamarine #66FBBC

Color information

#66FBBC (or 0x66FBBC) is unknown color: approx Aquamarine. HEX triplet: 66, FB and BC. RGB value is (102,251,188). Sum of RGB (Red+Green+Blue) = 102+251+188=541 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.85% from 541); Green value is 251 (98.44% from 255 or 46.40% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 251 - color contains mainly: green. Hex color #66FBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FBBC is #990443. Grayscale: #C7C7C7. Windows color (decimal): -10028100 or 12385126. OLE color: 12385126.

HSL color Cylindrical-coordinate representation of color #66FBBC: hue angle of 154.63º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66FBBC is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB102251188-
CMYK0.5900.250.02
HSL154.63º94.9%69.22%-
HSV(B)154.63º59.36%98.43%-
XYZ49.0575.4559.55-
YUV199.27121.6458.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.85%
GREEN value IS 251 (98.44% from 255) = 46.40%
BLUE value IS 188 (73.83% from 255) = 34.75%
R=18.85%
G=46.40%
B=34.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1022511880.5900.250.02154.6394.969.22
Hex66FBBC3B01929b5f45
Octal146373274730312233137105
Binary11001101111101110111100111011011001101001101110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66FBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66FBBC; }

 p { color: rgb(102,251,188); }

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

<style>
 a { background-color: #66FBBC; }

 a { background-color: rgb(102,251,188); }

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

<style>
 span { border-color: #66FBBC; }

 span { border-color: rgb(102,251,188); }

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