Html Css Color HEX #65E5BE Downy

📋 copy color: '#65E5BE'

red 101 ◦ green 229 ◦ blue 190

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

Shades of Downy #65E5BE

Tints of Downy #65E5BE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.04%

 BLUE value IS 190 (74.61% from 255) = 36.54%

R = 19.42%
G = 44.04%
B = 36.54%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#65E5BE (or 0x65E5BE) is known color: Downy. HEX triplet: 65, E5 and BE. RGB value is (101,229,190). Sum of RGB (Red+Green+Blue) = 101+229+190=520 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.42% from 520); Green value is 229 (89.84% from 255 or 44.04% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 229 - color contains mainly: green. Hex color #65E5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E5BE is #9A1A41. Grayscale: #BABABA. Windows color (decimal): -10099266 or 12510565. OLE color: 12510565.

HSL color Cylindrical-coordinate representation of color #65E5BE: hue angle of 161.72º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E5BE is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 101 229 190 -
CMYK 0.56 0 0.17 0.10
HSL 161.72º 0.71% 0.65% -
HSV(B) 161.72º 0.56% 0.9% -
XYZ 42.68 62.52 58.53 -
YUV 186.28 130.09 67.17 -
System Red Green Blue C M Y K H S L
Decimal 101 229 190 0.56 0 0.17 0.10 161.72 0.71 0.65
Hex 65 E5 BE 38 0 11 A A2 47 41
Octal 145 345 276 70 0 21 12 242 107 101
Binary 1100101 11100101 10111110 111000 0 10001 1010 10100010 1000111 1000001

Color Harmonies of #65E5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65E5BE

Black with #65E5BE

Text Example


Text Example

White with #65E5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,229,190); }

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

background-color css

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

 a { background-color: rgb(101,229,190); }

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

border-color css

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

 span { border-color: rgb(101,229,190); }

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