Html Css Color HEX #54A98A Keppel

📋 copy color: '#54A98A'

red 84 ◦ green 169 ◦ blue 138

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

Shades of Keppel #54A98A

Tints of Keppel #54A98A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.29%

R = 21.48%
G = 43.22%
B = 35.29%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#54A98A (or 0x54A98A) is known color: Keppel. HEX triplet: 54, A9 and 8A. RGB value is (84,169,138). Sum of RGB (Red+Green+Blue) = 84+169+138=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 169 - color contains mainly: green. Hex color #54A98A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A98A is #AB5675. Grayscale: #8C8C8C. Windows color (decimal): -11228790 or 9087316. OLE color: 9087316.

HSL color Cylindrical-coordinate representation of color #54A98A: hue angle of 158.12º 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 #54A98A is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB 84 169 138 -
CMYK 0.50 0 0.18 0.34
HSL 158.12º 0.34% 0.5% -
HSV(B) 158.12º 0.5% 0.66% -
XYZ 22.43 32.1 29.06 -
YUV 140.05 126.84 88.02 -
System Red Green Blue C M Y K H S L
Decimal 84 169 138 0.50 0 0.18 0.34 158.12 0.34 0.5
Hex 54 A9 8A 32 0 12 22 9E 22 32
Octal 124 251 212 62 0 22 42 236 42 62
Binary 1010100 10101001 10001010 110010 0 10010 100010 10011110 100010 110010

Color Harmonies of #54A98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A98A

Black with #54A98A

Text Example


Text Example

White with #54A98A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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