Html Css Color HEX #63C6BA Downy

📋 copy color: '#63C6BA'

red 99 ◦ green 198 ◦ blue 186

#63C6BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #63C6BA

Tints of Downy #63C6BA

RGB

 RED value IS 99 (39.06% from 255) = 20.5%

 GREEN value IS 198 (77.73% from 255) = 40.99%

 BLUE value IS 186 (73.05% from 255) = 38.51%

R = 20.5%
G = 40.99%
B = 38.51%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#63C6BA (or 0x63C6BA) is known color: Downy. HEX triplet: 63, C6 and BA. RGB value is (99,198,186). Sum of RGB (Red+Green+Blue) = 99+198+186=483 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.50% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 198 - color contains mainly: green. Hex color #63C6BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C6BA is #9C3945. Grayscale: #A6A6A6. Windows color (decimal): -10238278 or 12240483. OLE color: 12240483.

HSL color Cylindrical-coordinate representation of color #63C6BA: hue angle of 172.73º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63C6BA is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 99 198 186 -
CMYK 0.50 0 0.06 0.22
HSL 172.73º 0.46% 0.58% -
HSV(B) 172.73º 0.5% 0.78% -
XYZ 34.2 46.59 53.64 -
YUV 167.03 138.7 79.48 -
System Red Green Blue C M Y K H S L
Decimal 99 198 186 0.50 0 0.06 0.22 172.73 0.46 0.58
Hex 63 C6 BA 32 0 6 16 AD 2E 3A
Octal 143 306 272 62 0 6 26 255 56 72
Binary 1100011 11000110 10111010 110010 0 110 10110 10101101 101110 111010

Color Harmonies of #63C6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63C6BA

Black with #63C6BA

Text Example


Text Example

White with #63C6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63C6BA;
 }
 .AnyTagClassName
 {
   color: #63C6BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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