#63D0B8

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

Shades of Downy #63D0B8

Tints of Downy #63D0B8

Color information

#63D0B8 (or 0x63D0B8) is unknown color: approx Downy. HEX triplet: 63, D0 and B8. RGB value is (99,208,184). Sum of RGB (Red+Green+Blue) = 99+208+184=491 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.16% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 184 (72.27% from 255 or 37.47% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #63D0B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D0B8 is #9C2F47. Grayscale: #ACACAC. Windows color (decimal): -10235720 or 12111971. OLE color: 12111971.

HSL color Cylindrical-coordinate representation of color #63D0B8: hue angle of 166.79º 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 #63D0B8 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB99208184-
CMYK0.5200.120.18
HSL166.79º53.69%60.2%-
HSV(B)166.79º52.4%81.57%-
XYZ36.3551.2353.32-
YUV172.67134.3975.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.16%
GREEN value IS 208 (81.64% from 255) = 42.36%
BLUE value IS 184 (72.27% from 255) = 37.47%
R=20.16%
G=42.36%
B=37.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal992081840.5200.120.18166.7953.6960.2
Hex63D0B8340C12a7363c
Octal14332027064014222476674
Binary11000111101000010111000110100011001001010100111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63D0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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