#65C3BC

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

Shades of Downy #65C3BC

Tints of Downy #65C3BC

Color information

#65C3BC (or 0x65C3BC) is unknown color: approx Downy. HEX triplet: 65, C3 and BC. RGB value is (101,195,188). Sum of RGB (Red+Green+Blue) = 101+195+188=484 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.87% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 195 - color contains mainly: green. Hex color #65C3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C3BC is #9A3C43. Grayscale: #A6A6A6. Windows color (decimal): -10107972 or 12370789. OLE color: 12370789.

HSL color Cylindrical-coordinate representation of color #65C3BC: hue angle of 175.53º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C3BC is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB101195188-
CMYK0.4800.040.24
HSL175.53º43.93%58.04%-
HSV(B)175.53º48.21%76.47%-
XYZ33.9645.4354.56-
YUV166.1140.3681.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.87%
GREEN value IS 195 (76.56% from 255) = 40.29%
BLUE value IS 188 (73.83% from 255) = 38.84%
R=20.87%
G=40.29%
B=38.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011951880.4800.040.24175.5343.9358.04
Hex65C3BC300418b02c3a
Octal1453032746004302605472
Binary1100101110000111011110011000001001100010110000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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