Html Css Color HEX #66D6CB Downy

📋 copy color: '#66D6CB'

red 102 ◦ green 214 ◦ blue 203

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

Shades of Downy #66D6CB

Tints of Downy #66D6CB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.23%

 BLUE value IS 203 (79.69% from 255) = 39.11%

R = 19.65%
G = 41.23%
B = 39.11%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#66D6CB (or 0x66D6CB) is known color: Downy. HEX triplet: 66, D6 and CB. RGB value is (102,214,203). Sum of RGB (Red+Green+Blue) = 102+214+203=519 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.65% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #66D6CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D6CB is #992934. Grayscale: #B3B3B3. Windows color (decimal): -10037557 or 13358694. OLE color: 13358694.

HSL color Cylindrical-coordinate representation of color #66D6CB: hue angle of 174.11º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D6CB is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 214 203 -
CMYK 0.52 0 0.05 0.16
HSL 174.11º 0.58% 0.62% -
HSV(B) 174.11º 0.52% 0.84% -
XYZ 40.31 55.23 65.04 -
YUV 179.26 141.39 72.89 -
System Red Green Blue C M Y K H S L
Decimal 102 214 203 0.52 0 0.05 0.16 174.11 0.58 0.62
Hex 66 D6 CB 34 0 5 10 AE 3A 3E
Octal 146 326 313 64 0 5 20 256 72 76
Binary 1100110 11010110 11001011 110100 0 101 10000 10101110 111010 111110

Color Harmonies of #66D6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D6CB

Black with #66D6CB

Text Example


Text Example

White with #66D6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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