Html Css Color HEX #66CAB2 Medium Aquamarine

📋 copy color: '#66CAB2'

red 102 ◦ green 202 ◦ blue 178

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

Shades of Medium Aquamarine #66CAB2

Tints of Medium Aquamarine #66CAB2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.91%

 BLUE value IS 178 (69.92% from 255) = 36.93%

R = 21.16%
G = 41.91%
B = 36.93%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#66CAB2 (or 0x66CAB2) is known color: Medium Aquamarine. HEX triplet: 66, CA and B2. RGB value is (102,202,178). Sum of RGB (Red+Green+Blue) = 102+202+178=482 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.16% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #66CAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CAB2 is #99354D. Grayscale: #A9A9A9. Windows color (decimal): -10040654 or 11717222. OLE color: 11717222.

HSL color Cylindrical-coordinate representation of color #66CAB2: hue angle of 165.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CAB2 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 202 178 -
CMYK 0.50 0 0.12 0.21
HSL 165.6º 0.49% 0.6% -
HSV(B) 165.6º 0.5% 0.79% -
XYZ 34.64 48.28 49.61 -
YUV 169.36 132.87 79.95 -
System Red Green Blue C M Y K H S L
Decimal 102 202 178 0.50 0 0.12 0.21 165.6 0.49 0.6
Hex 66 CA B2 32 0 C 15 A6 31 3C
Octal 146 312 262 62 0 14 25 246 61 74
Binary 1100110 11001010 10110010 110010 0 1100 10101 10100110 110001 111100

Color Harmonies of #66CAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CAB2

Black with #66CAB2

Text Example


Text Example

White with #66CAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,202,178); }

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

background-color css

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

 a { background-color: rgb(102,202,178); }

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

border-color css

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

 span { border-color: rgb(102,202,178); }

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