Html Css Color HEX #53CDB3 Medium Aquamarine

📋 copy color: '#53CDB3'

red 83 ◦ green 205 ◦ blue 179

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

Shades of Medium Aquamarine #53CDB3

Tints of Medium Aquamarine #53CDB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.33%

R = 17.77%
G = 43.9%
B = 38.33%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#53CDB3 (or 0x53CDB3) is known color: Medium Aquamarine. HEX triplet: 53, CD and B3. RGB value is (83,205,179). Sum of RGB (Red+Green+Blue) = 83+205+179=467 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.77% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #53CDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CDB3 is #AC324C. Grayscale: #A5A5A5. Windows color (decimal): -11285069 or 11783507. OLE color: 11783507.

HSL color Cylindrical-coordinate representation of color #53CDB3: hue angle of 167.21º 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 #53CDB3 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 205 179 -
CMYK 0.60 0 0.13 0.20
HSL 167.21º 0.55% 0.56% -
HSV(B) 167.21º 0.6% 0.8% -
XYZ 33.54 48.76 50.29 -
YUV 165.56 135.58 69.11 -
System Red Green Blue C M Y K H S L
Decimal 83 205 179 0.60 0 0.13 0.20 167.21 0.55 0.56
Hex 53 CD B3 3C 0 D 14 A7 37 38
Octal 123 315 263 74 0 15 24 247 67 70
Binary 1010011 11001101 10110011 111100 0 1101 10100 10100111 110111 111000

Color Harmonies of #53CDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CDB3

Black with #53CDB3

Text Example


Text Example

White with #53CDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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