Html Css Color HEX #66F2CE Aquamarine

📋 copy color: '#66F2CE'

red 102 ◦ green 242 ◦ blue 206

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

Shades of Aquamarine #66F2CE

Tints of Aquamarine #66F2CE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44%

 BLUE value IS 206 (80.86% from 255) = 37.45%

R = 18.55%
G = 44%
B = 37.45%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#66F2CE (or 0x66F2CE) is known color: Aquamarine. HEX triplet: 66, F2 and CE. RGB value is (102,242,206). Sum of RGB (Red+Green+Blue) = 102+242+206=550 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.55% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 242 - color contains mainly: green. Hex color #66F2CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F2CE is #990D31. Grayscale: #C4C4C4. Windows color (decimal): -10030386 or 13562470. OLE color: 13562470.

HSL color Cylindrical-coordinate representation of color #66F2CE: hue angle of 164.57º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F2CE is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 242 206 -
CMYK 0.58 0 0.15 0.05
HSL 164.57º 0.84% 0.67% -
HSV(B) 164.57º 0.58% 0.95% -
XYZ 48.37 70.79 69.51 -
YUV 196.04 133.62 60.93 -
System Red Green Blue C M Y K H S L
Decimal 102 242 206 0.58 0 0.15 0.05 164.57 0.84 0.67
Hex 66 F2 CE 3A 0 F 5 A5 54 43
Octal 146 362 316 72 0 17 5 245 124 103
Binary 1100110 11110010 11001110 111010 0 1111 101 10100101 1010100 1000011

Color Harmonies of #66F2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F2CE

Black with #66F2CE

Text Example


Text Example

White with #66F2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,242,206); }

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

background-color css

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

 a { background-color: rgb(102,242,206); }

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

border-color css

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

 span { border-color: rgb(102,242,206); }

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