Html Css Color HEX #65ECC9 Downy

📋 copy color: '#65ECC9'

red 101 ◦ green 236 ◦ blue 201

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

Shades of Downy #65ECC9

Tints of Downy #65ECC9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.87%

 BLUE value IS 201 (78.91% from 255) = 37.36%

R = 18.77%
G = 43.87%
B = 37.36%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#65ECC9 (or 0x65ECC9) is known color: Downy. HEX triplet: 65, EC and C9. RGB value is (101,236,201). Sum of RGB (Red+Green+Blue) = 101+236+201=538 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.77% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #65ECC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65ECC9 is #9A1336. Grayscale: #BFBFBF. Windows color (decimal): -10097463 or 13233253. OLE color: 13233253.

HSL color Cylindrical-coordinate representation of color #65ECC9: hue angle of 164.44º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65ECC9 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 236 201 -
CMYK 0.57 0 0.15 0.07
HSL 164.44º 0.78% 0.66% -
HSV(B) 164.44º 0.57% 0.93% -
XYZ 45.9 66.97 65.77 -
YUV 191.65 133.27 63.35 -
System Red Green Blue C M Y K H S L
Decimal 101 236 201 0.57 0 0.15 0.07 164.44 0.78 0.66
Hex 65 EC C9 39 0 F 7 A4 4E 42
Octal 145 354 311 71 0 17 7 244 116 102
Binary 1100101 11101100 11001001 111001 0 1111 111 10100100 1001110 1000010

Color Harmonies of #65ECC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ECC9

Black with #65ECC9

Text Example


Text Example

White with #65ECC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,236,201); }

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

background-color css

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

 a { background-color: rgb(101,236,201); }

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

border-color css

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

 span { border-color: rgb(101,236,201); }

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