Html Css Color HEX #53CDB1 Medium Aquamarine

📋 copy color: '#53CDB1'

red 83 ◦ green 205 ◦ blue 177

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

Shades of Medium Aquamarine #53CDB1

Tints of Medium Aquamarine #53CDB1

RGB

 RED value IS 83 (32.81% from 255) = 17.85%

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

 BLUE value IS 177 (69.53% from 255) = 38.06%

R = 17.85%
G = 44.09%
B = 38.06%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#53CDB1 (or 0x53CDB1) is known color: Medium Aquamarine. HEX triplet: 53, CD and B1. RGB value is (83,205,177). Sum of RGB (Red+Green+Blue) = 83+205+177=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #53CDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CDB1 is #AC324E. Grayscale: #A5A5A5. Windows color (decimal): -11285071 or 11652435. OLE color: 11652435.

HSL color Cylindrical-coordinate representation of color #53CDB1: hue angle of 166.23º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CDB1 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 205 177 -
CMYK 0.60 0 0.14 0.20
HSL 166.23º 0.55% 0.56% -
HSV(B) 166.23º 0.6% 0.8% -
XYZ 33.33 48.68 49.23 -
YUV 165.33 134.58 69.28 -
System Red Green Blue C M Y K H S L
Decimal 83 205 177 0.60 0 0.14 0.20 166.23 0.55 0.56
Hex 53 CD B1 3C 0 E 14 A6 37 38
Octal 123 315 261 74 0 16 24 246 67 70
Binary 1010011 11001101 10110001 111100 0 1110 10100 10100110 110111 111000

Color Harmonies of #53CDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CDB1

Black with #53CDB1

Text Example


Text Example

White with #53CDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53CDB1; }

 p { color: rgb(83,205,177); }

 H1.HeaderClassName
 {
   color: #53CDB1;
 }
 .AnyTagClassName
 {
   color: #53CDB1;
 }
</style>

background-color css

<style>
 a { background-color: #53CDB1; }

 a { background-color: rgb(83,205,177); }

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

border-color css

<style>
 span { border-color: #53CDB1; }

 span { border-color: rgb(83,205,177); }

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