Html Css Color HEX #54D0B2 Medium Aquamarine

📋 copy color: '#54D0B2'

red 84 ◦ green 208 ◦ blue 178

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

Shades of Medium Aquamarine #54D0B2

Tints of Medium Aquamarine #54D0B2

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.26%

 BLUE value IS 178 (69.92% from 255) = 37.87%

R = 17.87%
G = 44.26%
B = 37.87%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#54D0B2 (or 0x54D0B2) is known color: Medium Aquamarine. HEX triplet: 54, D0 and B2. RGB value is (84,208,178). Sum of RGB (Red+Green+Blue) = 84+208+178=470 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.87% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #54D0B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54D0B2 is #AB2F4D. Grayscale: #A7A7A7. Windows color (decimal): -11218766 or 11718740. OLE color: 11718740.

HSL color Cylindrical-coordinate representation of color #54D0B2: hue angle of 165.48º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54D0B2 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 84 208 178 -
CMYK 0.60 0 0.14 0.18
HSL 165.48º 0.57% 0.57% -
HSV(B) 165.48º 0.6% 0.82% -
XYZ 34.25 50.21 50.01 -
YUV 167.5 133.92 68.44 -
System Red Green Blue C M Y K H S L
Decimal 84 208 178 0.60 0 0.14 0.18 165.48 0.57 0.57
Hex 54 D0 B2 3C 0 E 12 A5 39 39
Octal 124 320 262 74 0 16 22 245 71 71
Binary 1010100 11010000 10110010 111100 0 1110 10010 10100101 111001 111001

Color Harmonies of #54D0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54D0B2

Black with #54D0B2

Text Example


Text Example

White with #54D0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,208,178); }

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

background-color css

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

 a { background-color: rgb(84,208,178); }

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

border-color css

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

 span { border-color: rgb(84,208,178); }

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