#63CEBA

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

Shades of Downy #63CEBA

Tints of Downy #63CEBA

Color information

#63CEBA (or 0x63CEBA) is unknown color: approx Downy. HEX triplet: 63, CE and BA. RGB value is (99,206,186). Sum of RGB (Red+Green+Blue) = 99+206+186=491 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.16% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #63CEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CEBA is #9C3145. Grayscale: #ABABAB. Windows color (decimal): -10236230 or 12242531. OLE color: 12242531.

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

Color convert

RGB99206186-
CMYK0.5200.100.19
HSL168.79º52.2%59.8%-
HSV(B)168.79º51.94%80.78%-
XYZ36.0850.3454.27-
YUV171.73136.0576.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.16%
GREEN value IS 206 (80.86% from 255) = 41.96%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=20.16%
G=41.96%
B=37.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal992061860.5200.100.19168.7952.259.8
Hex63CEBA340A13a9343c
Octal14331627264012232516474
Binary11000111100111010111010110100010101001110101001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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