#65CDC8

Color #65CDC8 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #65CDC8

Tints of Downy #65CDC8

Color information

#65CDC8 (or 0x65CDC8) is unknown color: approx Downy. HEX triplet: 65, CD and C8. RGB value is (101,205,200). Sum of RGB (Red+Green+Blue) = 101+205+200=506 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.96% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #65CDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CDC8 is #9A3237. Grayscale: #ADADAD. Windows color (decimal): -10105400 or 13159781. OLE color: 13159781.

HSL color Cylindrical-coordinate representation of color #65CDC8: hue angle of 177.12º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CDC8 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB101205200-
CMYK0.5100.020.20
HSL177.12º50.98%60%-
HSV(B)177.12º50.73%80.39%-
XYZ37.6250.662.43-
YUV173.33143.0476.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.96%
GREEN value IS 205 (80.47% from 255) = 40.51%
BLUE value IS 200 (78.52% from 255) = 39.53%
R=19.96%
G=40.51%
B=39.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1012052000.5100.020.20177.1250.9860
Hex65CDC8330214b1333c
Octal1453153106302242616374
Binary110010111001101110010001100110101010010110001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,205,200); }

 H1.HeaderClassName
 {
   color: #65CDC8;
 }
 .AnyTagClassName
 {
   color: #65CDC8;
 }
</style>
background-color css

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

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

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

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

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

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