Html Css Color HEX #66FFCB Aquamarine

📋 copy color: '#66FFCB'

red 102 ◦ green 255 ◦ blue 203

#66FFCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aquamarine #66FFCB

Tints of Aquamarine #66FFCB

RGB

 RED value IS 102 (40.23% from 255) = 18.21%

 GREEN value IS 255 (100% from 255) = 45.54%

 BLUE value IS 203 (79.69% from 255) = 36.25%

R = 18.21%
G = 45.54%
B = 36.25%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#66FFCB (or 0x66FFCB) is known color: Aquamarine. HEX triplet: 66, FF and CB. RGB value is (102,255,203). Sum of RGB (Red+Green+Blue) = 102+255+203=560 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.21% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FFCB is #990034. Grayscale: #CBCBCB. Windows color (decimal): -10027061 or 13369190. OLE color: 13369190.

HSL color Cylindrical-coordinate representation of color #66FFCB: hue angle of 159.61º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FFCB is Cyan = 0.6, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 102 255 203 -
CMYK 0.6 0 0.20 0
HSL 159.61º 1% 0.7% -
HSV(B) 159.61º 0.6% 1% -
XYZ 52.02 78.66 68.94 -
YUV 203.33 127.81 55.73 -
System Red Green Blue C M Y K H S L
Decimal 102 255 203 0.6 0 0.20 0 159.61 1 0.7
Hex 66 FF CB 3C 0 14 0 A0 64 46
Octal 146 377 313 74 0 24 0 240 144 106
Binary 1100110 11111111 11001011 111100 0 10100 0 10100000 1100100 1000110

Color Harmonies of #66FFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FFCB

Black with #66FFCB

Text Example


Text Example

White with #66FFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,255,203); }

 H1.HeaderClassName
 {
   color: #66FFCB;
 }
 .AnyTagClassName
 {
   color: #66FFCB;
 }
</style>

background-color css

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

 a { background-color: rgb(102,255,203); }

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

border-color css

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

 span { border-color: rgb(102,255,203); }

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