#65CFC8

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

Shades of Downy #65CFC8

Tints of Downy #65CFC8

Color information

#65CFC8 (or 0x65CFC8) is unknown color: approx Downy. HEX triplet: 65, CF and C8. RGB value is (101,207,200). Sum of RGB (Red+Green+Blue) = 101+207+200=508 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.88% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #65CFC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CFC8 is #9A3037. Grayscale: #AEAEAE. Windows color (decimal): -10104888 or 13160293. OLE color: 13160293.

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

Color convert

RGB101207200-
CMYK0.5100.030.19
HSL176.04º52.48%60.39%-
HSV(B)176.04º51.21%81.18%-
XYZ38.151.5662.59-
YUV174.51142.3875.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.88%
GREEN value IS 207 (81.25% from 255) = 40.75%
BLUE value IS 200 (78.52% from 255) = 39.37%
R=19.88%
G=40.75%
B=39.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1012072000.5100.030.19176.0452.4860.39
Hex65CFC8330313b0343c
Octal1453173106303232606474
Binary110010111001111110010001100110111001110110000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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