Html Css Color HEX #54BA96 Keppel

📋 copy color: '#54BA96'

red 84 ◦ green 186 ◦ blue 150

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

Shades of Keppel #54BA96

Tints of Keppel #54BA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.71%

R = 20%
G = 44.29%
B = 35.71%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#54BA96 (or 0x54BA96) is known color: Keppel. HEX triplet: 54, BA and 96. RGB value is (84,186,150). Sum of RGB (Red+Green+Blue) = 84+186+150=420 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 186 - color contains mainly: green. Hex color #54BA96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BA96 is #AB4569. Grayscale: #979797. Windows color (decimal): -11224426 or 9878100. OLE color: 9878100.

HSL color Cylindrical-coordinate representation of color #54BA96: hue angle of 158.82º 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 #54BA96 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 186 150 -
CMYK 0.55 0 0.19 0.27
HSL 158.82º 0.43% 0.53% -
HSV(B) 158.82º 0.55% 0.73% -
XYZ 26.72 39.2 35.01 -
YUV 151.4 127.21 79.93 -
System Red Green Blue C M Y K H S L
Decimal 84 186 150 0.55 0 0.19 0.27 158.82 0.43 0.53
Hex 54 BA 96 37 0 13 1B 9F 2A 35
Octal 124 272 226 67 0 23 33 237 52 65
Binary 1010100 10111010 10010110 110111 0 10011 11011 10011111 101010 110101

Color Harmonies of #54BA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BA96

Black with #54BA96

Text Example


Text Example

White with #54BA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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