Html Css Color HEX #66F2C2 Aquamarine

📋 copy color: '#66F2C2'

red 102 ◦ green 242 ◦ blue 194

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

Shades of Aquamarine #66F2C2

Tints of Aquamarine #66F2C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.06%

R = 18.96%
G = 44.98%
B = 36.06%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#66F2C2 (or 0x66F2C2) is known color: Aquamarine. HEX triplet: 66, F2 and C2. RGB value is (102,242,194). Sum of RGB (Red+Green+Blue) = 102+242+194=538 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.96% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 242 - color contains mainly: green. Hex color #66F2C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F2C2 is #990D3D. Grayscale: #C2C2C2. Windows color (decimal): -10030398 or 12776038. OLE color: 12776038.

HSL color Cylindrical-coordinate representation of color #66F2C2: hue angle of 159.43º 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 #66F2C2 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 242 194 -
CMYK 0.58 0 0.20 0.05
HSL 159.43º 0.84% 0.67% -
HSV(B) 159.43º 0.58% 0.95% -
XYZ 46.97 70.22 62.12 -
YUV 194.67 127.62 61.9 -
System Red Green Blue C M Y K H S L
Decimal 102 242 194 0.58 0 0.20 0.05 159.43 0.84 0.67
Hex 66 F2 C2 3A 0 14 5 9F 54 43
Octal 146 362 302 72 0 24 5 237 124 103
Binary 1100110 11110010 11000010 111010 0 10100 101 10011111 1010100 1000011

Color Harmonies of #66F2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F2C2

Black with #66F2C2

Text Example


Text Example

White with #66F2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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