Html Css Color HEX #54B394 Keppel

📋 copy color: '#54B394'

red 84 ◦ green 179 ◦ blue 148

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

Shades of Keppel #54B394

Tints of Keppel #54B394

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.55%

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

R = 20.44%
G = 43.55%
B = 36.01%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#54B394 (or 0x54B394) is known color: Keppel. HEX triplet: 54, B3 and 94. RGB value is (84,179,148). Sum of RGB (Red+Green+Blue) = 84+179+148=411 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.44% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 179 - color contains mainly: green. Hex color #54B394 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B394 is #AB4C6B. Grayscale: #939393. Windows color (decimal): -11226220 or 9745236. OLE color: 9745236.

HSL color Cylindrical-coordinate representation of color #54B394: hue angle of 160.42º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B394 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 84 179 148 -
CMYK 0.53 0 0.17 0.30
HSL 160.42º 0.38% 0.52% -
HSV(B) 160.42º 0.53% 0.7% -
XYZ 25.12 36.26 33.69 -
YUV 147.06 128.53 83.02 -
System Red Green Blue C M Y K H S L
Decimal 84 179 148 0.53 0 0.17 0.30 160.42 0.38 0.52
Hex 54 B3 94 35 0 11 1E A0 26 34
Octal 124 263 224 65 0 21 36 240 46 64
Binary 1010100 10110011 10010100 110101 0 10001 11110 10100000 100110 110100

Color Harmonies of #54B394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B394

Black with #54B394

Text Example


Text Example

White with #54B394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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