Html Css Color HEX #54A995 Keppel

📋 copy color: '#54A995'

red 84 ◦ green 169 ◦ blue 149

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

Shades of Keppel #54A995

Tints of Keppel #54A995

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.04%

 BLUE value IS 149 (58.59% from 255) = 37.06%

R = 20.9%
G = 42.04%
B = 37.06%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#54A995 (or 0x54A995) is known color: Keppel. HEX triplet: 54, A9 and 95. RGB value is (84,169,149). Sum of RGB (Red+Green+Blue) = 84+169+149=402 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.90% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 169 - color contains mainly: green. Hex color #54A995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A995 is #AB566A. Grayscale: #8D8D8D. Windows color (decimal): -11228779 or 9808212. OLE color: 9808212.

HSL color Cylindrical-coordinate representation of color #54A995: hue angle of 165.88º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54A995 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB 84 169 149 -
CMYK 0.50 0 0.12 0.34
HSL 165.88º 0.34% 0.5% -
HSV(B) 165.88º 0.5% 0.66% -
XYZ 23.27 32.43 33.47 -
YUV 141.31 132.34 87.13 -
System Red Green Blue C M Y K H S L
Decimal 84 169 149 0.50 0 0.12 0.34 165.88 0.34 0.5
Hex 54 A9 95 32 0 C 22 A6 22 32
Octal 124 251 225 62 0 14 42 246 42 62
Binary 1010100 10101001 10010101 110010 0 1100 100010 10100110 100010 110010

Color Harmonies of #54A995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A995

Black with #54A995

Text Example


Text Example

White with #54A995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,169,149); }

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

background-color css

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

 a { background-color: rgb(84,169,149); }

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

border-color css

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

 span { border-color: rgb(84,169,149); }

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