#65DFC3

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

Shades of Downy #65DFC3

Tints of Downy #65DFC3

Color information

#65DFC3 (or 0x65DFC3) is unknown color: approx Downy. HEX triplet: 65, DF and C3. RGB value is (101,223,195). Sum of RGB (Red+Green+Blue) = 101+223+195=519 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.46% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 195 (76.56% from 255 or 37.57% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #65DFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DFC3 is #9A203C. Grayscale: #B7B7B7. Windows color (decimal): -10100797 or 12836709. OLE color: 12836709.

HSL color Cylindrical-coordinate representation of color #65DFC3: hue angle of 166.23º 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 #65DFC3 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB101223195-
CMYK0.5500.130.13
HSL166.23º65.59%63.53%-
HSV(B)166.23º54.71%87.45%-
XYZ41.659.4860.92-
YUV183.33134.5869.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.46%
GREEN value IS 223 (87.5% from 255) = 42.97%
BLUE value IS 195 (76.56% from 255) = 37.57%
R=19.46%
G=42.97%
B=37.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1012231950.5500.130.13166.2365.5963.53
Hex65DFC3370DDa64240
Octal1453373036701515246102100
Binary110010111011111110000111101110110111011010011010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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