Html Css Color HEX #63D0BC Downy

📋 copy color: '#63D0BC'

red 99 ◦ green 208 ◦ blue 188

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

Shades of Downy #63D0BC

Tints of Downy #63D0BC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.02%

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

R = 20%
G = 42.02%
B = 37.98%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#63D0BC (or 0x63D0BC) is known color: Downy. HEX triplet: 63, D0 and BC. RGB value is (99,208,188). Sum of RGB (Red+Green+Blue) = 99+208+188=495 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #63D0BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D0BC is #9C2F43. Grayscale: #ADADAD. Windows color (decimal): -10235716 or 12374115. OLE color: 12374115.

HSL color Cylindrical-coordinate representation of color #63D0BC: hue angle of 168.99º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63D0BC is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 99 208 188 -
CMYK 0.52 0 0.10 0.18
HSL 168.99º 0.54% 0.6% -
HSV(B) 168.99º 0.52% 0.82% -
XYZ 36.78 51.4 55.56 -
YUV 173.13 136.39 75.13 -
System Red Green Blue C M Y K H S L
Decimal 99 208 188 0.52 0 0.10 0.18 168.99 0.54 0.6
Hex 63 D0 BC 34 0 A 12 A9 36 3C
Octal 143 320 274 64 0 12 22 251 66 74
Binary 1100011 11010000 10111100 110100 0 1010 10010 10101001 110110 111100

Color Harmonies of #63D0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63D0BC

Black with #63D0BC

Text Example


Text Example

White with #63D0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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