Html Css Color HEX #66CEB0 Medium Aquamarine

📋 copy color: '#66CEB0'

red 102 ◦ green 206 ◦ blue 176

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

Shades of Medium Aquamarine #66CEB0

Tints of Medium Aquamarine #66CEB0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.56%

 BLUE value IS 176 (69.14% from 255) = 36.36%

R = 21.07%
G = 42.56%
B = 36.36%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#66CEB0 (or 0x66CEB0) is known color: Medium Aquamarine. HEX triplet: 66, CE and B0. RGB value is (102,206,176). Sum of RGB (Red+Green+Blue) = 102+206+176=484 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.07% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 206 - color contains mainly: green. Hex color #66CEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CEB0 is #99314F. Grayscale: #ABABAB. Windows color (decimal): -10039632 or 11587174. OLE color: 11587174.

HSL color Cylindrical-coordinate representation of color #66CEB0: hue angle of 162.69º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CEB0 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 206 176 -
CMYK 0.50 0 0.15 0.19
HSL 162.69º 0.51% 0.6% -
HSV(B) 162.69º 0.5% 0.81% -
XYZ 35.39 50.1 48.88 -
YUV 171.48 130.54 78.44 -
System Red Green Blue C M Y K H S L
Decimal 102 206 176 0.50 0 0.15 0.19 162.69 0.51 0.6
Hex 66 CE B0 32 0 F 13 A3 33 3C
Octal 146 316 260 62 0 17 23 243 63 74
Binary 1100110 11001110 10110000 110010 0 1111 10011 10100011 110011 111100

Color Harmonies of #66CEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CEB0

Black with #66CEB0

Text Example


Text Example

White with #66CEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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