Html Css Color HEX #63D2C3 Downy

📋 copy color: '#63D2C3'

red 99 ◦ green 210 ◦ blue 195

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

Shades of Downy #63D2C3

Tints of Downy #63D2C3

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.67%

 BLUE value IS 195 (76.56% from 255) = 38.69%

R = 19.64%
G = 41.67%
B = 38.69%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#63D2C3 (or 0x63D2C3) is known color: Downy. HEX triplet: 63, D2 and C3. RGB value is (99,210,195). Sum of RGB (Red+Green+Blue) = 99+210+195=504 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.64% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #63D2C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D2C3 is #9C2D3C. Grayscale: #AFAFAF. Windows color (decimal): -10235197 or 12833379. OLE color: 12833379.

HSL color Cylindrical-coordinate representation of color #63D2C3: hue angle of 171.89º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63D2C3 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 99 210 195 -
CMYK 0.53 0 0.07 0.18
HSL 171.89º 0.55% 0.61% -
HSV(B) 171.89º 0.53% 0.82% -
XYZ 38.04 52.69 59.79 -
YUV 175.1 139.23 73.72 -
System Red Green Blue C M Y K H S L
Decimal 99 210 195 0.53 0 0.07 0.18 171.89 0.55 0.61
Hex 63 D2 C3 35 0 7 12 AC 37 3D
Octal 143 322 303 65 0 7 22 254 67 75
Binary 1100011 11010010 11000011 110101 0 111 10010 10101100 110111 111101

Color Harmonies of #63D2C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63D2C3

Black with #63D2C3

Text Example


Text Example

White with #63D2C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,210,195); }

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

background-color css

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

 a { background-color: rgb(99,210,195); }

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

border-color css

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

 span { border-color: rgb(99,210,195); }

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