Html Css Color HEX #63C2BB Downy

📋 copy color: '#63C2BB'

red 99 ◦ green 194 ◦ blue 187

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

Shades of Downy #63C2BB

Tints of Downy #63C2BB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.42%

 BLUE value IS 187 (73.44% from 255) = 38.96%

R = 20.63%
G = 40.42%
B = 38.96%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#63C2BB (or 0x63C2BB) is known color: Downy. HEX triplet: 63, C2 and BB. RGB value is (99,194,187). Sum of RGB (Red+Green+Blue) = 99+194+187=480 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.62% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 194 - color contains mainly: green. Hex color #63C2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C2BB is #9C3D44. Grayscale: #A4A4A4. Windows color (decimal): -10239301 or 12304995. OLE color: 12304995.

HSL color Cylindrical-coordinate representation of color #63C2BB: hue angle of 175.58º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63C2BB is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 99 194 187 -
CMYK 0.49 0 0.04 0.24
HSL 175.58º 0.44% 0.57% -
HSV(B) 175.58º 0.49% 0.76% -
XYZ 33.41 44.82 53.9 -
YUV 164.8 140.53 81.07 -
System Red Green Blue C M Y K H S L
Decimal 99 194 187 0.49 0 0.04 0.24 175.58 0.44 0.57
Hex 63 C2 BB 31 0 4 18 B0 2C 39
Octal 143 302 273 61 0 4 30 260 54 71
Binary 1100011 11000010 10111011 110001 0 100 11000 10110000 101100 111001

Color Harmonies of #63C2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63C2BB

Black with #63C2BB

Text Example


Text Example

White with #63C2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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