Html Css Color HEX #54CDAF Medium Aquamarine

📋 copy color: '#54CDAF'

red 84 ◦ green 205 ◦ blue 175

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

Shades of Medium Aquamarine #54CDAF

Tints of Medium Aquamarine #54CDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.72%

R = 18.1%
G = 44.18%
B = 37.72%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#54CDAF (or 0x54CDAF) is known color: Medium Aquamarine. HEX triplet: 54, CD and AF. RGB value is (84,205,175). Sum of RGB (Red+Green+Blue) = 84+205+175=464 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.10% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #54CDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54CDAF is #AB3250. Grayscale: #A5A5A5. Windows color (decimal): -11219537 or 11521364. OLE color: 11521364.

HSL color Cylindrical-coordinate representation of color #54CDAF: hue angle of 165.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 #54CDAF is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 205 175 -
CMYK 0.59 0 0.15 0.20
HSL 165.12º 0.55% 0.57% -
HSV(B) 165.12º 0.59% 0.8% -
XYZ 33.23 48.64 48.2 -
YUV 165.4 133.41 69.94 -
System Red Green Blue C M Y K H S L
Decimal 84 205 175 0.59 0 0.15 0.20 165.12 0.55 0.57
Hex 54 CD AF 3B 0 F 14 A5 37 39
Octal 124 315 257 73 0 17 24 245 67 71
Binary 1010100 11001101 10101111 111011 0 1111 10100 10100101 110111 111001

Color Harmonies of #54CDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CDAF

Black with #54CDAF

Text Example


Text Example

White with #54CDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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