Html Css Color HEX #66F2C4 Aquamarine

📋 copy color: '#66F2C4'

red 102 ◦ green 242 ◦ blue 196

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

Shades of Aquamarine #66F2C4

Tints of Aquamarine #66F2C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.3%

R = 18.89%
G = 44.81%
B = 36.3%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#66F2C4 (or 0x66F2C4) is known color: Aquamarine. HEX triplet: 66, F2 and C4. RGB value is (102,242,196). Sum of RGB (Red+Green+Blue) = 102+242+196=540 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.89% from 540); Green value is 242 (94.92% from 255 or 44.81% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 242 - color contains mainly: green. Hex color #66F2C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F2C4 is #990D3B. Grayscale: #C2C2C2. Windows color (decimal): -10030396 or 12907110. OLE color: 12907110.

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

Color convert

RGB 102 242 196 -
CMYK 0.58 0 0.19 0.05
HSL 160.29º 0.84% 0.67% -
HSV(B) 160.29º 0.58% 0.95% -
XYZ 47.2 70.31 63.31 -
YUV 194.9 128.62 61.74 -
System Red Green Blue C M Y K H S L
Decimal 102 242 196 0.58 0 0.19 0.05 160.29 0.84 0.67
Hex 66 F2 C4 3A 0 13 5 A0 54 43
Octal 146 362 304 72 0 23 5 240 124 103
Binary 1100110 11110010 11000100 111010 0 10011 101 10100000 1010100 1000011

Color Harmonies of #66F2C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F2C4

Black with #66F2C4

Text Example


Text Example

White with #66F2C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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