Html Css Color HEX #54DCB2 Medium Aquamarine

📋 copy color: '#54DCB2'

red 84 ◦ green 220 ◦ blue 178

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

Shades of Medium Aquamarine #54DCB2

Tints of Medium Aquamarine #54DCB2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.64%

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

R = 17.43%
G = 45.64%
B = 36.93%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#54DCB2 (or 0x54DCB2) is known color: Medium Aquamarine. HEX triplet: 54, DC and B2. RGB value is (84,220,178). Sum of RGB (Red+Green+Blue) = 84+220+178=482 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.43% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #54DCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54DCB2 is #AB234D. Grayscale: #AEAEAE. Windows color (decimal): -11215694 or 11721812. OLE color: 11721812.

HSL color Cylindrical-coordinate representation of color #54DCB2: hue angle of 161.47º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54DCB2 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 220 178 -
CMYK 0.62 0 0.19 0.14
HSL 161.47º 0.66% 0.6% -
HSV(B) 161.47º 0.62% 0.86% -
XYZ 37.29 56.29 51.02 -
YUV 174.55 129.94 63.42 -
System Red Green Blue C M Y K H S L
Decimal 84 220 178 0.62 0 0.19 0.14 161.47 0.66 0.6
Hex 54 DC B2 3E 0 13 E A1 42 3C
Octal 124 334 262 76 0 23 16 241 102 74
Binary 1010100 11011100 10110010 111110 0 10011 1110 10100001 1000010 111100

Color Harmonies of #54DCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54DCB2

Black with #54DCB2

Text Example


Text Example

White with #54DCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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