Html Css Color HEX #54CDB1 Medium Aquamarine

📋 copy color: '#54CDB1'

red 84 ◦ green 205 ◦ blue 177

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

Shades of Medium Aquamarine #54CDB1

Tints of Medium Aquamarine #54CDB1

RGB

 RED value IS 84 (33.2% from 255) = 18.03%

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

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

R = 18.03%
G = 43.99%
B = 37.98%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#54CDB1 (or 0x54CDB1) is known color: Medium Aquamarine. HEX triplet: 54, CD and B1. RGB value is (84,205,177). Sum of RGB (Red+Green+Blue) = 84+205+177=466 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.03% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 177 (69.53% from 255 or 37.98% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #54CDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54CDB1 is #AB324E. Grayscale: #A5A5A5. Windows color (decimal): -11219535 or 11652436. OLE color: 11652436.

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

Color convert

RGB 84 205 177 -
CMYK 0.59 0 0.14 0.20
HSL 166.12º 0.55% 0.57% -
HSV(B) 166.12º 0.59% 0.8% -
XYZ 33.42 48.72 49.24 -
YUV 165.63 134.41 69.78 -
System Red Green Blue C M Y K H S L
Decimal 84 205 177 0.59 0 0.14 0.20 166.12 0.55 0.57
Hex 54 CD B1 3B 0 E 14 A6 37 39
Octal 124 315 261 73 0 16 24 246 67 71
Binary 1010100 11001101 10110001 111011 0 1110 10100 10100110 110111 111001

Color Harmonies of #54CDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CDB1

Black with #54CDB1

Text Example


Text Example

White with #54CDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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