#65D2CD

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

Shades of Downy #65D2CD

Tints of Downy #65D2CD

Color information

#65D2CD (or 0x65D2CD) is unknown color: approx Downy. HEX triplet: 65, D2 and CD. RGB value is (101,210,205). Sum of RGB (Red+Green+Blue) = 101+210+205=516 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.57% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 210 - color contains mainly: green. Hex color #65D2CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D2CD is #9A2D32. Grayscale: #B0B0B0. Windows color (decimal): -10104115 or 13488741. OLE color: 13488741.

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

Color convert

RGB101210205-
CMYK0.5200.020.18
HSL177.25º54.77%60.98%-
HSV(B)177.25º51.9%82.35%-
XYZ39.4353.2765.96-
YUV176.84143.8973.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.57%
GREEN value IS 210 (82.42% from 255) = 40.70%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=19.57%
G=40.70%
B=39.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1012102050.5200.020.18177.2554.7760.98
Hex65D2CD340212b1373d
Octal1453223156402222616775
Binary110010111010010110011011101000101001010110001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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