#63CDB6

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

Shades of Downy #63CDB6

Tints of Downy #63CDB6

Color information

#63CDB6 (or 0x63CDB6) is unknown color: approx Downy. HEX triplet: 63, CD and B6. RGB value is (99,205,182). Sum of RGB (Red+Green+Blue) = 99+205+182=486 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.37% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #63CDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CDB6 is #9C3249. Grayscale: #AAAAAA. Windows color (decimal): -10236490 or 11980131. OLE color: 11980131.

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

Color convert

RGB99205182-
CMYK0.5200.110.20
HSL166.98º51.46%59.61%-
HSV(B)166.98º51.71%80.39%-
XYZ35.4249.6951.98-
YUV170.68134.3876.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.37%
GREEN value IS 205 (80.47% from 255) = 42.18%
BLUE value IS 182 (71.48% from 255) = 37.45%
R=20.37%
G=42.18%
B=37.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal992051820.5200.110.20166.9851.4659.61
Hex63CDB6340B14a7333c
Octal14331526664013242476374
Binary11000111100110110110110110100010111010010100111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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