#63CBBE

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

Shades of Downy #63CBBE

Tints of Downy #63CBBE

Color information

#63CBBE (or 0x63CBBE) is unknown color: approx Downy. HEX triplet: 63, CB and BE. RGB value is (99,203,190). Sum of RGB (Red+Green+Blue) = 99+203+190=492 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.12% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 203 - color contains mainly: green. Hex color #63CBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CBBE is #9C3441. Grayscale: #AAAAAA. Windows color (decimal): -10236994 or 12503907. OLE color: 12503907.

HSL color Cylindrical-coordinate representation of color #63CBBE: hue angle of 172.5º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63CBBE is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB99203190-
CMYK0.5100.060.20
HSL172.5º50%59.22%-
HSV(B)172.5º51.23%79.61%-
XYZ35.849.0856.3-
YUV170.42139.0477.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.12%
GREEN value IS 203 (79.69% from 255) = 41.26%
BLUE value IS 190 (74.61% from 255) = 38.62%
R=20.12%
G=41.26%
B=38.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal992031900.5100.060.20172.55059.22
Hex63CBBE330614ac323b
Octal1433132766306242546273
Binary1100011110010111011111011001101101010010101100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,203,190); }

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

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

 a { background-color: rgb(99,203,190); }

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

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

 span { border-color: rgb(99,203,190); }

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