Html Css Color HEX #65CEB9 Downy

📋 copy color: '#65CEB9'

red 101 ◦ green 206 ◦ blue 185

#65CEB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #65CEB9

Tints of Downy #65CEB9

RGB

 RED value IS 101 (39.84% from 255) = 20.53%

 GREEN value IS 206 (80.86% from 255) = 41.87%

 BLUE value IS 185 (72.66% from 255) = 37.6%

R = 20.53%
G = 41.87%
B = 37.6%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#65CEB9 (or 0x65CEB9) is known color: Downy. HEX triplet: 65, CE and B9. RGB value is (101,206,185). Sum of RGB (Red+Green+Blue) = 101+206+185=492 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.53% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 206 - color contains mainly: green. Hex color #65CEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CEB9 is #9A3146. Grayscale: #ACACAC. Windows color (decimal): -10105159 or 12176997. OLE color: 12176997.

HSL color Cylindrical-coordinate representation of color #65CEB9: hue angle of 168º 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 #65CEB9 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 206 185 -
CMYK 0.51 0 0.10 0.19
HSL 168º 0.52% 0.6% -
HSV(B) 168º 0.51% 0.81% -
XYZ 36.2 50.41 53.72 -
YUV 172.21 135.21 77.21 -
System Red Green Blue C M Y K H S L
Decimal 101 206 185 0.51 0 0.10 0.19 168 0.52 0.6
Hex 65 CE B9 33 0 A 13 A8 34 3C
Octal 145 316 271 63 0 12 23 250 64 74
Binary 1100101 11001110 10111001 110011 0 1010 10011 10101000 110100 111100

Color Harmonies of #65CEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CEB9

Black with #65CEB9

Text Example


Text Example

White with #65CEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,206,185); }

 H1.HeaderClassName
 {
   color: #65CEB9;
 }
 .AnyTagClassName
 {
   color: #65CEB9;
 }
</style>

background-color css

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

 a { background-color: rgb(101,206,185); }

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

border-color css

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

 span { border-color: rgb(101,206,185); }

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