#63D0BB

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

Shades of Downy #63D0BB

Tints of Downy #63D0BB

Color information

#63D0BB (or 0x63D0BB) is unknown color: approx Downy. HEX triplet: 63, D0 and BB. RGB value is (99,208,187). Sum of RGB (Red+Green+Blue) = 99+208+187=494 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.04% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 208 - color contains mainly: green. Hex color #63D0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D0BB is #9C2F44. Grayscale: #ACACAC. Windows color (decimal): -10235717 or 12308579. OLE color: 12308579.

HSL color Cylindrical-coordinate representation of color #63D0BB: hue angle of 168.44º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63D0BB is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB99208187-
CMYK0.5200.100.18
HSL168.44º53.69%60.2%-
HSV(B)168.44º52.4%81.57%-
XYZ36.6751.3554.99-
YUV173.02135.8975.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.04%
GREEN value IS 208 (81.64% from 255) = 42.11%
BLUE value IS 187 (73.44% from 255) = 37.85%
R=20.04%
G=42.11%
B=37.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal992081870.5200.100.18168.4453.6960.2
Hex63D0BB340A12a8363c
Octal14332027364012222506674
Binary11000111101000010111011110100010101001010101000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,208,187); }

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

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

 a { background-color: rgb(99,208,187); }

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

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

 span { border-color: rgb(99,208,187); }

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