Html Css Color HEX #63CDB0 Medium Aquamarine

📋 copy color: '#63CDB0'

red 99 ◦ green 205 ◦ blue 176

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

Shades of Medium Aquamarine #63CDB0

Tints of Medium Aquamarine #63CDB0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.71%

 BLUE value IS 176 (69.14% from 255) = 36.67%

R = 20.63%
G = 42.71%
B = 36.67%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#63CDB0 (or 0x63CDB0) is known color: Medium Aquamarine. HEX triplet: 63, CD and B0. RGB value is (99,205,176). Sum of RGB (Red+Green+Blue) = 99+205+176=480 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.62% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 205 - color contains mainly: green. Hex color #63CDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63CDB0 is #9C324F. Grayscale: #AAAAAA. Windows color (decimal): -10236496 or 11586915. OLE color: 11586915.

HSL color Cylindrical-coordinate representation of color #63CDB0: hue angle of 163.58º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63CDB0 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 205 176 -
CMYK 0.52 0 0.14 0.20
HSL 163.58º 0.51% 0.6% -
HSV(B) 163.58º 0.52% 0.8% -
XYZ 34.81 49.45 48.78 -
YUV 170 131.38 77.36 -
System Red Green Blue C M Y K H S L
Decimal 99 205 176 0.52 0 0.14 0.20 163.58 0.51 0.6
Hex 63 CD B0 34 0 E 14 A4 33 3C
Octal 143 315 260 64 0 16 24 244 63 74
Binary 1100011 11001101 10110000 110100 0 1110 10100 10100100 110011 111100

Color Harmonies of #63CDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CDB0

Black with #63CDB0

Text Example


Text Example

White with #63CDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,205,176); }

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

background-color css

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

 a { background-color: rgb(99,205,176); }

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

border-color css

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

 span { border-color: rgb(99,205,176); }

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