Html Css Color HEX #65EEC7 Downy

📋 copy color: '#65EEC7'

red 101 ◦ green 238 ◦ blue 199

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

Shades of Downy #65EEC7

Tints of Downy #65EEC7

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.24%

 BLUE value IS 199 (78.13% from 255) = 36.99%

R = 18.77%
G = 44.24%
B = 36.99%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#65EEC7 (or 0x65EEC7) is known color: Downy. HEX triplet: 65, EE and C7. RGB value is (101,238,199). Sum of RGB (Red+Green+Blue) = 101+238+199=538 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.77% from 538); Green value is 238 (93.36% from 255 or 44.24% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 238 - color contains mainly: green. Hex color #65EEC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EEC7 is #9A1138. Grayscale: #C0C0C0. Windows color (decimal): -10096953 or 13102693. OLE color: 13102693.

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

Color convert

RGB 101 238 199 -
CMYK 0.58 0 0.16 0.07
HSL 162.92º 0.8% 0.66% -
HSV(B) 162.92º 0.58% 0.93% -
XYZ 46.25 68.04 64.73 -
YUV 192.59 131.61 62.67 -
System Red Green Blue C M Y K H S L
Decimal 101 238 199 0.58 0 0.16 0.07 162.92 0.8 0.66
Hex 65 EE C7 3A 0 10 7 A3 50 42
Octal 145 356 307 72 0 20 7 243 120 102
Binary 1100101 11101110 11000111 111010 0 10000 111 10100011 1010000 1000010

Color Harmonies of #65EEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65EEC7

Black with #65EEC7

Text Example


Text Example

White with #65EEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,238,199); }

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

background-color css

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

 a { background-color: rgb(101,238,199); }

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

border-color css

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

 span { border-color: rgb(101,238,199); }

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