Html Css Color HEX #63C6BC Downy

📋 copy color: '#63C6BC'

red 99 ◦ green 198 ◦ blue 188

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

Shades of Downy #63C6BC

Tints of Downy #63C6BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.76%

R = 20.41%
G = 40.82%
B = 38.76%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#63C6BC (or 0x63C6BC) is known color: Downy. HEX triplet: 63, C6 and BC. RGB value is (99,198,188). Sum of RGB (Red+Green+Blue) = 99+198+188=485 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.41% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 198 - color contains mainly: green. Hex color #63C6BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C6BC is #9C3943. Grayscale: #A7A7A7. Windows color (decimal): -10238276 or 12371555. OLE color: 12371555.

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

Color convert

RGB 99 198 188 -
CMYK 0.50 0 0.05 0.22
HSL 173.94º 0.46% 0.58% -
HSV(B) 173.94º 0.5% 0.78% -
XYZ 34.42 46.67 54.77 -
YUV 167.26 139.7 79.31 -
System Red Green Blue C M Y K H S L
Decimal 99 198 188 0.50 0 0.05 0.22 173.94 0.46 0.58
Hex 63 C6 BC 32 0 5 16 AE 2E 3A
Octal 143 306 274 62 0 5 26 256 56 72
Binary 1100011 11000110 10111100 110010 0 101 10110 10101110 101110 111010

Color Harmonies of #63C6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63C6BC

Black with #63C6BC

Text Example


Text Example

White with #63C6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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