Html Css Color HEX #63EAC2 Downy

📋 copy color: '#63EAC2'

red 99 ◦ green 234 ◦ blue 194

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

Shades of Downy #63EAC2

Tints of Downy #63EAC2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.4%

 BLUE value IS 194 (76.17% from 255) = 36.81%

R = 18.79%
G = 44.4%
B = 36.81%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#63EAC2 (or 0x63EAC2) is known color: Downy. HEX triplet: 63, EA and C2. RGB value is (99,234,194). Sum of RGB (Red+Green+Blue) = 99+234+194=527 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.79% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #63EAC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EAC2 is #9C153D. Grayscale: #BDBDBD. Windows color (decimal): -10229054 or 12773987. OLE color: 12773987.

HSL color Cylindrical-coordinate representation of color #63EAC2: hue angle of 162.22º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63EAC2 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 99 234 194 -
CMYK 0.58 0 0.17 0.08
HSL 162.22º 0.76% 0.65% -
HSV(B) 162.22º 0.58% 0.92% -
XYZ 44.31 65.39 61.33 -
YUV 189.08 130.77 63.75 -
System Red Green Blue C M Y K H S L
Decimal 99 234 194 0.58 0 0.17 0.08 162.22 0.76 0.65
Hex 63 EA C2 3A 0 11 8 A2 4C 41
Octal 143 352 302 72 0 21 10 242 114 101
Binary 1100011 11101010 11000010 111010 0 10001 1000 10100010 1001100 1000001

Color Harmonies of #63EAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63EAC2

Black with #63EAC2

Text Example


Text Example

White with #63EAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,234,194); }

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

background-color css

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

 a { background-color: rgb(99,234,194); }

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

border-color css

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

 span { border-color: rgb(99,234,194); }

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