Html Css Color HEX #66CFCC Downy

📋 copy color: '#66CFCC'

red 102 ◦ green 207 ◦ blue 204

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

Shades of Downy #66CFCC

Tints of Downy #66CFCC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.35%

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

R = 19.88%
G = 40.35%
B = 39.77%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#66CFCC (or 0x66CFCC) is known color: Downy. HEX triplet: 66, CF and CC. RGB value is (102,207,204). Sum of RGB (Red+Green+Blue) = 102+207+204=513 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.88% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #66CFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CFCC is #993033. Grayscale: #AFAFAF. Windows color (decimal): -10039348 or 13422438. OLE color: 13422438.

HSL color Cylindrical-coordinate representation of color #66CFCC: hue angle of 178.29º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66CFCC is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 207 204 -
CMYK 0.51 0 0.01 0.19
HSL 178.29º 0.52% 0.61% -
HSV(B) 178.29º 0.51% 0.81% -
XYZ 38.69 51.81 65.09 -
YUV 175.26 144.21 75.74 -
System Red Green Blue C M Y K H S L
Decimal 102 207 204 0.51 0 0.01 0.19 178.29 0.52 0.61
Hex 66 CF CC 33 0 1 13 B2 34 3D
Octal 146 317 314 63 0 1 23 262 64 75
Binary 1100110 11001111 11001100 110011 0 1 10011 10110010 110100 111101

Color Harmonies of #66CFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CFCC

Black with #66CFCC

Text Example


Text Example

White with #66CFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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