Html Css Color HEX #65C5BE Downy

📋 copy color: '#65C5BE'

red 101 ◦ green 197 ◦ blue 190

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

Shades of Downy #65C5BE

Tints of Downy #65C5BE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.37%

 BLUE value IS 190 (74.61% from 255) = 38.93%

R = 20.7%
G = 40.37%
B = 38.93%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#65C5BE (or 0x65C5BE) is known color: Downy. HEX triplet: 65, C5 and BE. RGB value is (101,197,190). Sum of RGB (Red+Green+Blue) = 101+197+190=488 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.70% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 197 - color contains mainly: green. Hex color #65C5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C5BE is #9A3A41. Grayscale: #A7A7A7. Windows color (decimal): -10107458 or 12502373. OLE color: 12502373.

HSL color Cylindrical-coordinate representation of color #65C5BE: hue angle of 175.62º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65C5BE is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 101 197 190 -
CMYK 0.49 0 0.04 0.23
HSL 175.63º 0.45% 0.58% -
HSV(B) 175.63º 0.49% 0.77% -
XYZ 34.63 46.42 55.85 -
YUV 167.5 140.7 80.57 -
System Red Green Blue C M Y K H S L
Decimal 101 197 190 0.49 0 0.04 0.23 175.63 0.45 0.58
Hex 65 C5 BE 31 0 4 17 B0 2D 3A
Octal 145 305 276 61 0 4 27 260 55 72
Binary 1100101 11000101 10111110 110001 0 100 10111 10110000 101101 111010

Color Harmonies of #65C5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C5BE

Black with #65C5BE

Text Example


Text Example

White with #65C5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,197,190); }

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

background-color css

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

 a { background-color: rgb(101,197,190); }

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

border-color css

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

 span { border-color: rgb(101,197,190); }

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