#65CCBC

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

Shades of Downy #65CCBC

Tints of Downy #65CCBC

Color information

#65CCBC (or 0x65CCBC) is unknown color: approx Downy. HEX triplet: 65, CC and BC. RGB value is (101,204,188). Sum of RGB (Red+Green+Blue) = 101+204+188=493 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.49% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 204 - color contains mainly: green. Hex color #65CCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CCBC is #9A3343. Grayscale: #ABABAB. Windows color (decimal): -10105668 or 12373093. OLE color: 12373093.

HSL color Cylindrical-coordinate representation of color #65CCBC: hue angle of 170.68º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CCBC is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB101204188-
CMYK0.5000.080.2
HSL170.68º50.24%59.8%-
HSV(B)170.68º50.49%80%-
XYZ36.0449.5855.25-
YUV171.38137.3877.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.49%
GREEN value IS 204 (80.08% from 255) = 41.38%
BLUE value IS 188 (73.83% from 255) = 38.13%
R=20.49%
G=41.38%
B=38.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1012041880.5000.080.2170.6850.2459.8
Hex65CCBC320814ab323c
Octal14531427462010242536274
Binary11001011100110010111100110010010001010010101011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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