Html Css Color HEX #65D9C9 Downy

📋 copy color: '#65D9C9'

red 101 ◦ green 217 ◦ blue 201

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

Shades of Downy #65D9C9

Tints of Downy #65D9C9

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.81%

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

R = 19.46%
G = 41.81%
B = 38.73%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#65D9C9 (or 0x65D9C9) is known color: Downy. HEX triplet: 65, D9 and C9. RGB value is (101,217,201). Sum of RGB (Red+Green+Blue) = 101+217+201=519 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.46% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 217 - color contains mainly: green. Hex color #65D9C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D9C9 is #9A2636. Grayscale: #B4B4B4. Windows color (decimal): -10102327 or 13228389. OLE color: 13228389.

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

Color convert

RGB 101 217 201 -
CMYK 0.53 0 0.07 0.15
HSL 171.72º 0.6% 0.62% -
HSV(B) 171.72º 0.53% 0.85% -
XYZ 40.72 56.61 64.04 -
YUV 180.49 139.57 71.3 -
System Red Green Blue C M Y K H S L
Decimal 101 217 201 0.53 0 0.07 0.15 171.72 0.6 0.62
Hex 65 D9 C9 35 0 7 F AC 3C 3E
Octal 145 331 311 65 0 7 17 254 74 76
Binary 1100101 11011001 11001001 110101 0 111 1111 10101100 111100 111110

Color Harmonies of #65D9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D9C9

Black with #65D9C9

Text Example


Text Example

White with #65D9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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