Html Css Color HEX #63C6C1 Downy

📋 copy color: '#63C6C1'

red 99 ◦ green 198 ◦ blue 193

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

Shades of Downy #63C6C1

Tints of Downy #63C6C1

RGB

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

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

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

R = 20.2%
G = 40.41%
B = 39.39%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#63C6C1 (or 0x63C6C1) is known color: Downy. HEX triplet: 63, C6 and C1. RGB value is (99,198,193). Sum of RGB (Red+Green+Blue) = 99+198+193=490 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.20% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 198 - color contains mainly: green. Hex color #63C6C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C6C1 is #9C393E. Grayscale: #A7A7A7. Windows color (decimal): -10238271 or 12699235. OLE color: 12699235.

HSL color Cylindrical-coordinate representation of color #63C6C1: hue angle of 176.97º 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 #63C6C1 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 99 198 193 -
CMYK 0.50 0 0.03 0.22
HSL 176.97º 0.46% 0.58% -
HSV(B) 176.97º 0.5% 0.78% -
XYZ 34.97 46.89 57.66 -
YUV 167.83 142.2 78.91 -
System Red Green Blue C M Y K H S L
Decimal 99 198 193 0.50 0 0.03 0.22 176.97 0.46 0.58
Hex 63 C6 C1 32 0 3 16 B1 2E 3A
Octal 143 306 301 62 0 3 26 261 56 72
Binary 1100011 11000110 11000001 110010 0 11 10110 10110001 101110 111010

Color Harmonies of #63C6C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63C6C1

Black with #63C6C1

Text Example


Text Example

White with #63C6C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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