Html Css Color HEX #65CCCC Downy

📋 copy color: '#65CCCC'

red 101 ◦ green 204 ◦ blue 204

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

Shades of Downy #65CCCC

Tints of Downy #65CCCC

RGB

 RED value IS 101 (39.84% from 255) = 19.84%

 GREEN value IS 204 (80.08% from 255) = 40.08%

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

R = 19.84%
G = 40.08%
B = 40.08%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#65CCCC (or 0x65CCCC) is known color: Downy. HEX triplet: 65, CC and CC. RGB value is (101,204,204). Sum of RGB (Red+Green+Blue) = 101+204+204=509 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.84% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #65CCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CCCC is #9A3333. Grayscale: #ADADAD. Windows color (decimal): -10105652 or 13421669. OLE color: 13421669.

HSL color Cylindrical-coordinate representation of color #65CCCC: hue angle of 180º degrees, saturation: 0.5, 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 #65CCCC is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 204 204 -
CMYK 0.50 0 0 0.2
HSL 180º 0.5% 0.6% -
HSV(B) 180º 0.5% 0.8% -
XYZ 37.86 50.31 64.84 -
YUV 173.2 145.38 76.5 -
System Red Green Blue C M Y K H S L
Decimal 101 204 204 0.50 0 0 0.2 180 0.5 0.6
Hex 65 CC CC 32 0 0 14 B4 32 3C
Octal 145 314 314 62 0 0 24 264 62 74
Binary 1100101 11001100 11001100 110010 0 0 10100 10110100 110010 111100

Color Harmonies of #65CCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CCCC

Black with #65CCCC

Text Example


Text Example

White with #65CCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65CCCC; }

 p { color: rgb(101,204,204); }

 H1.HeaderClassName
 {
   color: #65CCCC;
 }
 .AnyTagClassName
 {
   color: #65CCCC;
 }
</style>

background-color css

<style>
 a { background-color: #65CCCC; }

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

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

border-color css

<style>
 span { border-color: #65CCCC; }

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

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