Html Css Color HEX #66DFCB Downy

📋 copy color: '#66DFCB'

red 102 ◦ green 223 ◦ blue 203

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

Shades of Downy #66DFCB

Tints of Downy #66DFCB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.23%

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

R = 19.32%
G = 42.23%
B = 38.45%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#66DFCB (or 0x66DFCB) is known color: Downy. HEX triplet: 66, DF and CB. RGB value is (102,223,203). Sum of RGB (Red+Green+Blue) = 102+223+203=528 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.32% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #66DFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DFCB is #992034. Grayscale: #B8B8B8. Windows color (decimal): -10035253 or 13360998. OLE color: 13360998.

HSL color Cylindrical-coordinate representation of color #66DFCB: hue angle of 170.08º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DFCB is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 223 203 -
CMYK 0.54 0 0.09 0.13
HSL 170.08º 0.65% 0.64% -
HSV(B) 170.08º 0.54% 0.87% -
XYZ 42.65 59.91 65.82 -
YUV 184.54 138.41 69.13 -
System Red Green Blue C M Y K H S L
Decimal 102 223 203 0.54 0 0.09 0.13 170.08 0.65 0.64
Hex 66 DF CB 36 0 9 D AA 41 40
Octal 146 337 313 66 0 11 15 252 101 100
Binary 1100110 11011111 11001011 110110 0 1001 1101 10101010 1000001 1000000

Color Harmonies of #66DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DFCB

Black with #66DFCB

Text Example


Text Example

White with #66DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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