Html Css Color HEX #66CDB5 Downy

📋 copy color: '#66CDB5'

red 102 ◦ green 205 ◦ blue 181

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

Shades of Downy #66CDB5

Tints of Downy #66CDB5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.01%

 BLUE value IS 181 (71.09% from 255) = 37.09%

R = 20.9%
G = 42.01%
B = 37.09%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#66CDB5 (or 0x66CDB5) is known color: Downy. HEX triplet: 66, CD and B5. RGB value is (102,205,181). Sum of RGB (Red+Green+Blue) = 102+205+181=488 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.90% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 205 - color contains mainly: green. Hex color #66CDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CDB5 is #99324A. Grayscale: #ABABAB. Windows color (decimal): -10039883 or 11914598. OLE color: 11914598.

HSL color Cylindrical-coordinate representation of color #66CDB5: hue angle of 166.02º degrees, saturation: 0.51, 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 #66CDB5 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 205 181 -
CMYK 0.50 0 0.12 0.20
HSL 166.02º 0.51% 0.6% -
HSV(B) 166.02º 0.5% 0.8% -
XYZ 35.65 49.82 51.45 -
YUV 171.47 133.38 78.45 -
System Red Green Blue C M Y K H S L
Decimal 102 205 181 0.50 0 0.12 0.20 166.02 0.51 0.6
Hex 66 CD B5 32 0 C 14 A6 33 3C
Octal 146 315 265 62 0 14 24 246 63 74
Binary 1100110 11001101 10110101 110010 0 1100 10100 10100110 110011 111100

Color Harmonies of #66CDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CDB5

Black with #66CDB5

Text Example


Text Example

White with #66CDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,205,181); }

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

background-color css

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

 a { background-color: rgb(102,205,181); }

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

border-color css

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

 span { border-color: rgb(102,205,181); }

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