Html Css Color HEX #54BA94 Keppel

📋 copy color: '#54BA94'

red 84 ◦ green 186 ◦ blue 148

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

Shades of Keppel #54BA94

Tints of Keppel #54BA94

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.5%

 BLUE value IS 148 (58.2% from 255) = 35.41%

R = 20.1%
G = 44.5%
B = 35.41%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#54BA94 (or 0x54BA94) is known color: Keppel. HEX triplet: 54, BA and 94. RGB value is (84,186,148). Sum of RGB (Red+Green+Blue) = 84+186+148=418 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.10% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #54BA94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BA94 is #AB456B. Grayscale: #979797. Windows color (decimal): -11224428 or 9747028. OLE color: 9747028.

HSL color Cylindrical-coordinate representation of color #54BA94: hue angle of 157.65º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54BA94 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 186 148 -
CMYK 0.55 0 0.20 0.27
HSL 157.65º 0.43% 0.53% -
HSV(B) 157.65º 0.55% 0.73% -
XYZ 26.56 39.14 34.17 -
YUV 151.17 126.21 80.09 -
System Red Green Blue C M Y K H S L
Decimal 84 186 148 0.55 0 0.20 0.27 157.65 0.43 0.53
Hex 54 BA 94 37 0 14 1B 9E 2A 35
Octal 124 272 224 67 0 24 33 236 52 65
Binary 1010100 10111010 10010100 110111 0 10100 11011 10011110 101010 110101

Color Harmonies of #54BA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BA94

Black with #54BA94

Text Example


Text Example

White with #54BA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,186,148); }

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

background-color css

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

 a { background-color: rgb(84,186,148); }

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

border-color css

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

 span { border-color: rgb(84,186,148); }

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