Html Css Color HEX #66CBAF Medium Aquamarine

📋 copy color: '#66CBAF'

red 102 ◦ green 203 ◦ blue 175

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

Shades of Medium Aquamarine #66CBAF

Tints of Medium Aquamarine #66CBAF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.29%

 BLUE value IS 175 (68.75% from 255) = 36.46%

R = 21.25%
G = 42.29%
B = 36.46%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#66CBAF (or 0x66CBAF) is known color: Medium Aquamarine. HEX triplet: 66, CB and AF. RGB value is (102,203,175). Sum of RGB (Red+Green+Blue) = 102+203+175=480 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.25% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 203 - color contains mainly: green. Hex color #66CBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CBAF is #993450. Grayscale: #A9A9A9. Windows color (decimal): -10040401 or 11520870. OLE color: 11520870.

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

Color convert

RGB 102 203 175 -
CMYK 0.50 0 0.14 0.20
HSL 163.37º 0.49% 0.6% -
HSV(B) 163.37º 0.5% 0.8% -
XYZ 34.57 48.63 48.12 -
YUV 169.61 131.04 79.78 -
System Red Green Blue C M Y K H S L
Decimal 102 203 175 0.50 0 0.14 0.20 163.37 0.49 0.6
Hex 66 CB AF 32 0 E 14 A3 31 3C
Octal 146 313 257 62 0 16 24 243 61 74
Binary 1100110 11001011 10101111 110010 0 1110 10100 10100011 110001 111100

Color Harmonies of #66CBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CBAF

Black with #66CBAF

Text Example


Text Example

White with #66CBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,203,175); }

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

background-color css

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

 a { background-color: rgb(102,203,175); }

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

border-color css

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

 span { border-color: rgb(102,203,175); }

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