#65EBD2

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

Shades of Downy #65EBD2

Tints of Downy #65EBD2

Color information

#65EBD2 (or 0x65EBD2) is unknown color: approx Downy. HEX triplet: 65, EB and D2. RGB value is (101,235,210). Sum of RGB (Red+Green+Blue) = 101+235+210=546 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.50% from 546); Green value is 235 (92.19% from 255 or 43.04% from 546); Blue value is 210 (82.42% from 255 or 38.46% from 546); Max value from RGB is 235 - color contains mainly: green. Hex color #65EBD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EBD2 is #9A142D. Grayscale: #C0C0C0. Windows color (decimal): -10097710 or 13822821. OLE color: 13822821.

HSL color Cylindrical-coordinate representation of color #65EBD2: hue angle of 168.81º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EBD2 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB101235210-
CMYK0.5700.110.08
HSL168.81º77.01%65.88%-
HSV(B)168.81º57.02%92.16%-
XYZ46.7166.8471.41-
YUV192.08138.1163.03-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.50%
GREEN value IS 235 (92.19% from 255) = 43.04%
BLUE value IS 210 (82.42% from 255) = 38.46%
R=18.50%
G=43.04%
B=38.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1012352100.5700.110.08168.8177.0165.88
Hex65EBD2390B8a94d42
Octal1453533227101310251115102
Binary110010111101011110100101110010101110001010100110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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