Html Css Color HEX #63EEC0 Downy

📋 copy color: '#63EEC0'

red 99 ◦ green 238 ◦ blue 192

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

Shades of Downy #63EEC0

Tints of Downy #63EEC0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.99%

 BLUE value IS 192 (75.39% from 255) = 36.29%

R = 18.71%
G = 44.99%
B = 36.29%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#63EEC0 (or 0x63EEC0) is known color: Downy. HEX triplet: 63, EE and C0. RGB value is (99,238,192). Sum of RGB (Red+Green+Blue) = 99+238+192=529 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.71% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #63EEC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EEC0 is #9C113F. Grayscale: #BFBFBF. Windows color (decimal): -10228032 or 12643939. OLE color: 12643939.

HSL color Cylindrical-coordinate representation of color #63EEC0: hue angle of 160.14º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63EEC0 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 99 238 192 -
CMYK 0.58 0 0.19 0.07
HSL 160.14º 0.8% 0.66% -
HSV(B) 160.14º 0.58% 0.93% -
XYZ 45.23 67.61 60.53 -
YUV 191.2 128.45 62.24 -
System Red Green Blue C M Y K H S L
Decimal 99 238 192 0.58 0 0.19 0.07 160.14 0.8 0.66
Hex 63 EE C0 3A 0 13 7 A0 50 42
Octal 143 356 300 72 0 23 7 240 120 102
Binary 1100011 11101110 11000000 111010 0 10011 111 10100000 1010000 1000010

Color Harmonies of #63EEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63EEC0

Black with #63EEC0

Text Example


Text Example

White with #63EEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,238,192); }

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

background-color css

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

 a { background-color: rgb(99,238,192); }

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

border-color css

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

 span { border-color: rgb(99,238,192); }

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