Html Css Color HEX #63C4BC Downy

📋 copy color: '#63C4BC'

red 99 ◦ green 196 ◦ blue 188

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

Shades of Downy #63C4BC

Tints of Downy #63C4BC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.58%

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

R = 20.5%
G = 40.58%
B = 38.92%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#63C4BC (or 0x63C4BC) is known color: Downy. HEX triplet: 63, C4 and BC. RGB value is (99,196,188). Sum of RGB (Red+Green+Blue) = 99+196+188=483 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.50% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 196 - color contains mainly: green. Hex color #63C4BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C4BC is #9C3B43. Grayscale: #A6A6A6. Windows color (decimal): -10238788 or 12371043. OLE color: 12371043.

HSL color Cylindrical-coordinate representation of color #63C4BC: hue angle of 175.05º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63C4BC is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 99 196 188 -
CMYK 0.49 0 0.04 0.23
HSL 175.05º 0.45% 0.58% -
HSV(B) 175.05º 0.49% 0.77% -
XYZ 33.96 45.76 54.62 -
YUV 166.09 140.36 80.15 -
System Red Green Blue C M Y K H S L
Decimal 99 196 188 0.49 0 0.04 0.23 175.05 0.45 0.58
Hex 63 C4 BC 31 0 4 17 AF 2D 3A
Octal 143 304 274 61 0 4 27 257 55 72
Binary 1100011 11000100 10111100 110001 0 100 10111 10101111 101101 111010

Color Harmonies of #63C4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63C4BC

Black with #63C4BC

Text Example


Text Example

White with #63C4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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