Html Css Color HEX #65D7C9 Downy

📋 copy color: '#65D7C9'

red 101 ◦ green 215 ◦ blue 201

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

Shades of Downy #65D7C9

Tints of Downy #65D7C9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.59%

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

R = 19.54%
G = 41.59%
B = 38.88%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#65D7C9 (or 0x65D7C9) is known color: Downy. HEX triplet: 65, D7 and C9. RGB value is (101,215,201). Sum of RGB (Red+Green+Blue) = 101+215+201=517 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.54% from 517); Green value is 215 (84.38% from 255 or 41.59% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 215 - color contains mainly: green. Hex color #65D7C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D7C9 is #9A2836. Grayscale: #B3B3B3. Windows color (decimal): -10102839 or 13227877. OLE color: 13227877.

HSL color Cylindrical-coordinate representation of color #65D7C9: hue angle of 172.63º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D7C9 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 101 215 201 -
CMYK 0.53 0 0.07 0.16
HSL 172.63º 0.59% 0.62% -
HSV(B) 172.63º 0.53% 0.84% -
XYZ 40.21 55.58 63.87 -
YUV 179.32 140.23 72.14 -
System Red Green Blue C M Y K H S L
Decimal 101 215 201 0.53 0 0.07 0.16 172.63 0.59 0.62
Hex 65 D7 C9 35 0 7 10 AD 3B 3E
Octal 145 327 311 65 0 7 20 255 73 76
Binary 1100101 11010111 11001001 110101 0 111 10000 10101101 111011 111110

Color Harmonies of #65D7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D7C9

Black with #65D7C9

Text Example


Text Example

White with #65D7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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