Html Css Color HEX #66D0CC Downy

📋 copy color: '#66D0CC'

red 102 ◦ green 208 ◦ blue 204

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

Shades of Downy #66D0CC

Tints of Downy #66D0CC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.47%

 BLUE value IS 204 (80.08% from 255) = 39.69%

R = 19.84%
G = 40.47%
B = 39.69%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#66D0CC (or 0x66D0CC) is known color: Downy. HEX triplet: 66, D0 and CC. RGB value is (102,208,204). Sum of RGB (Red+Green+Blue) = 102+208+204=514 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.84% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #66D0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D0CC is #992F33. Grayscale: #AFAFAF. Windows color (decimal): -10039092 or 13422694. OLE color: 13422694.

HSL color Cylindrical-coordinate representation of color #66D0CC: hue angle of 177.74º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66D0CC is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 102 208 204 -
CMYK 0.51 0 0.02 0.18
HSL 177.74º 0.53% 0.61% -
HSV(B) 177.74º 0.51% 0.82% -
XYZ 38.93 52.3 65.17 -
YUV 175.85 143.88 75.33 -
System Red Green Blue C M Y K H S L
Decimal 102 208 204 0.51 0 0.02 0.18 177.74 0.53 0.61
Hex 66 D0 CC 33 0 2 12 B2 35 3D
Octal 146 320 314 63 0 2 22 262 65 75
Binary 1100110 11010000 11001100 110011 0 10 10010 10110010 110101 111101

Color Harmonies of #66D0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D0CC

Black with #66D0CC

Text Example


Text Example

White with #66D0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,208,204); }

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

background-color css

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

 a { background-color: rgb(102,208,204); }

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

border-color css

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

 span { border-color: rgb(102,208,204); }

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