Html Css Color HEX #63E0BA Downy

📋 copy color: '#63E0BA'

red 99 ◦ green 224 ◦ blue 186

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

Shades of Downy #63E0BA

Tints of Downy #63E0BA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.01%

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

R = 19.45%
G = 44.01%
B = 36.54%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#63E0BA (or 0x63E0BA) is known color: Downy. HEX triplet: 63, E0 and BA. RGB value is (99,224,186). Sum of RGB (Red+Green+Blue) = 99+224+186=509 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.45% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #63E0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63E0BA is #9C1F45. Grayscale: #B6B6B6. Windows color (decimal): -10231622 or 12247139. OLE color: 12247139.

HSL color Cylindrical-coordinate representation of color #63E0BA: hue angle of 161.76º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63E0BA is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 99 224 186 -
CMYK 0.56 0 0.17 0.12
HSL 161.76º 0.67% 0.63% -
HSV(B) 161.76º 0.56% 0.88% -
XYZ 40.66 59.51 55.8 -
YUV 182.29 130.09 68.59 -
System Red Green Blue C M Y K H S L
Decimal 99 224 186 0.56 0 0.17 0.12 161.76 0.67 0.63
Hex 63 E0 BA 38 0 11 C A2 43 3F
Octal 143 340 272 70 0 21 14 242 103 77
Binary 1100011 11100000 10111010 111000 0 10001 1100 10100010 1000011 111111

Color Harmonies of #63E0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63E0BA

Black with #63E0BA

Text Example


Text Example

White with #63E0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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