#65C7BB

Color #65C7BB Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #65C7BB

Tints of Downy #65C7BB

Color information

#65C7BB (or 0x65C7BB) is unknown color: approx Downy. HEX triplet: 65, C7 and BB. RGB value is (101,199,187). Sum of RGB (Red+Green+Blue) = 101+199+187=487 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.74% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 199 - color contains mainly: green. Hex color #65C7BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C7BB is #9A3844. Grayscale: #A8A8A8. Windows color (decimal): -10106949 or 12306277. OLE color: 12306277.

HSL color Cylindrical-coordinate representation of color #65C7BB: hue angle of 172.65º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65C7BB is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB101199187-
CMYK0.4900.060.22
HSL172.65º46.67%58.82%-
HSV(B)172.65º49.25%78.04%-
XYZ34.7647.254.29-
YUV168.33138.5379.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.74%
GREEN value IS 199 (78.12% from 255) = 40.86%
BLUE value IS 187 (73.44% from 255) = 38.40%
R=20.74%
G=40.86%
B=38.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1011991870.4900.060.22172.6546.6758.82
Hex65C7BB310616ad2f3b
Octal1453072736106262555773
Binary1100101110001111011101111000101101011010101101101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #65C7BB;
 }
 .AnyTagClassName
 {
   color: #65C7BB;
 }
</style>
background-color css

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

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

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

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

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

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