#63ceb6

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

Shades of Downy #63CEB6

Tints of Downy #63CEB6

Color information

#63CEB6 (or 0x63CEB6) is unknown color: approx Downy. HEX triplet: 63, CE and B6. RGB value is (99,206,182). Sum of RGB (Red+Green+Blue) = 99+206+182=487 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.33% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 206 - color contains mainly: green. Hex color #63CEB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CEB6 is #9C3149. Grayscale: #ABABAB. Windows color (decimal): -10236234 or 11980387. OLE color: 11980387.

HSL color Cylindrical-coordinate representation of color #63CEB6: hue angle of 166.54º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63CEB6 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB99206182-
CMYK0.5200.120.19
HSL166.54º52.2%59.8%-
HSV(B)166.54º51.94%80.78%-
XYZ35.6650.1752.06-
YUV171.27134.0576.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.33%
GREEN value IS 206 (80.86% from 255) = 42.30%
BLUE value IS 182 (71.48% from 255) = 37.37%
R=20.33%
G=42.30%
B=37.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal992061820.5200.120.19166.5452.259.8
Hex63CEB6340C13a7343c
Octal14331626664014232476474
Binary11000111100111010110110110100011001001110100111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63ceb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63ceb6; }

 p { color: rgb(99,206,182); }

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

<style>
 a { background-color: #63ceb6; }

 a { background-color: rgb(99,206,182); }

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

<style>
 span { border-color: #63ceb6; }

 span { border-color: rgb(99,206,182); }

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