Html Css Color HEX #65D7BC Downy

📋 copy color: '#65D7BC'

red 101 ◦ green 215 ◦ blue 188

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

Shades of Downy #65D7BC

Tints of Downy #65D7BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.3%

R = 20.04%
G = 42.66%
B = 37.3%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#65D7BC (or 0x65D7BC) is known color: Downy. HEX triplet: 65, D7 and BC. RGB value is (101,215,188). Sum of RGB (Red+Green+Blue) = 101+215+188=504 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.04% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #65D7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D7BC is #9A2843. Grayscale: #B1B1B1. Windows color (decimal): -10102852 or 12375909. OLE color: 12375909.

HSL color Cylindrical-coordinate representation of color #65D7BC: hue angle of 165.79º 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 #65D7BC is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 101 215 188 -
CMYK 0.53 0 0.13 0.16
HSL 165.79º 0.59% 0.62% -
HSV(B) 165.79º 0.53% 0.84% -
XYZ 38.74 55 56.15 -
YUV 177.84 133.73 73.2 -
System Red Green Blue C M Y K H S L
Decimal 101 215 188 0.53 0 0.13 0.16 165.79 0.59 0.62
Hex 65 D7 BC 35 0 D 10 A6 3B 3E
Octal 145 327 274 65 0 15 20 246 73 76
Binary 1100101 11010111 10111100 110101 0 1101 10000 10100110 111011 111110

Color Harmonies of #65D7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65D7BC

Black with #65D7BC

Text Example


Text Example

White with #65D7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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