#65DFC4

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

Shades of Downy #65DFC4

Tints of Downy #65DFC4

Color information

#65DFC4 (or 0x65DFC4) is unknown color: approx Downy. HEX triplet: 65, DF and C4. RGB value is (101,223,196). Sum of RGB (Red+Green+Blue) = 101+223+196=520 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.42% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #65DFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DFC4 is #9A203B. Grayscale: #B7B7B7. Windows color (decimal): -10100796 or 12902245. OLE color: 12902245.

HSL color Cylindrical-coordinate representation of color #65DFC4: hue angle of 166.72º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65DFC4 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB101223196-
CMYK0.5500.120.13
HSL166.72º65.59%63.53%-
HSV(B)166.72º54.71%87.45%-
XYZ41.7259.5361.52-
YUV183.44135.0869.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.42%
GREEN value IS 223 (87.5% from 255) = 42.88%
BLUE value IS 196 (76.95% from 255) = 37.69%
R=19.42%
G=42.88%
B=37.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1012231960.5500.120.13166.7265.5963.53
Hex65DFC4370CDa74240
Octal1453373046701415247102100
Binary110010111011111110001001101110110011011010011110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,223,196); }

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

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

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

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

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

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

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