Html Css Color HEX #63EAC1 Downy

📋 copy color: '#63EAC1'

red 99 ◦ green 234 ◦ blue 193

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

Shades of Downy #63EAC1

Tints of Downy #63EAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.69%

R = 18.82%
G = 44.49%
B = 36.69%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#63EAC1 (or 0x63EAC1) is known color: Downy. HEX triplet: 63, EA and C1. RGB value is (99,234,193). Sum of RGB (Red+Green+Blue) = 99+234+193=526 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.82% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 234 - color contains mainly: green. Hex color #63EAC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EAC1 is #9C153E. Grayscale: #BCBCBC. Windows color (decimal): -10229055 or 12708451. OLE color: 12708451.

HSL color Cylindrical-coordinate representation of color #63EAC1: hue angle of 161.78º 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 #63EAC1 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 99 234 193 -
CMYK 0.58 0 0.18 0.08
HSL 161.78º 0.76% 0.65% -
HSV(B) 161.78º 0.58% 0.92% -
XYZ 44.19 65.35 60.74 -
YUV 188.96 130.27 63.83 -
System Red Green Blue C M Y K H S L
Decimal 99 234 193 0.58 0 0.18 0.08 161.78 0.76 0.65
Hex 63 EA C1 3A 0 12 8 A2 4C 41
Octal 143 352 301 72 0 22 10 242 114 101
Binary 1100011 11101010 11000001 111010 0 10010 1000 10100010 1001100 1000001

Color Harmonies of #63EAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63EAC1

Black with #63EAC1

Text Example


Text Example

White with #63EAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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