Html Css Color HEX #63CEBD Downy

📋 copy color: '#63CEBD'

red 99 ◦ green 206 ◦ blue 189

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

Shades of Downy #63CEBD

Tints of Downy #63CEBD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.7%

 BLUE value IS 189 (74.22% from 255) = 38.26%

R = 20.04%
G = 41.7%
B = 38.26%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#63CEBD (or 0x63CEBD) is known color: Downy. HEX triplet: 63, CE and BD. RGB value is (99,206,189). Sum of RGB (Red+Green+Blue) = 99+206+189=494 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.04% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 206 - color contains mainly: green. Hex color #63CEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CEBD is #9C3142. Grayscale: #ACACAC. Windows color (decimal): -10236227 or 12439139. OLE color: 12439139.

HSL color Cylindrical-coordinate representation of color #63CEBD: hue angle of 170.47º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63CEBD is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 206 189 -
CMYK 0.52 0 0.08 0.19
HSL 170.47º 0.52% 0.6% -
HSV(B) 170.47º 0.52% 0.81% -
XYZ 36.4 50.47 55.97 -
YUV 172.07 137.55 75.88 -
System Red Green Blue C M Y K H S L
Decimal 99 206 189 0.52 0 0.08 0.19 170.47 0.52 0.6
Hex 63 CE BD 34 0 8 13 AA 34 3C
Octal 143 316 275 64 0 10 23 252 64 74
Binary 1100011 11001110 10111101 110100 0 1000 10011 10101010 110100 111100

Color Harmonies of #63CEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CEBD

Black with #63CEBD

Text Example


Text Example

White with #63CEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,206,189); }

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

background-color css

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

 a { background-color: rgb(99,206,189); }

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

border-color css

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

 span { border-color: rgb(99,206,189); }

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