Html Css Color HEX #54BE96 Keppel

📋 copy color: '#54BE96'

red 84 ◦ green 190 ◦ blue 150

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

Shades of Keppel #54BE96

Tints of Keppel #54BE96

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.81%

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

R = 19.81%
G = 44.81%
B = 35.38%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#54BE96 (or 0x54BE96) is known color: Keppel. HEX triplet: 54, BE and 96. RGB value is (84,190,150). Sum of RGB (Red+Green+Blue) = 84+190+150=424 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.81% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 190 - color contains mainly: green. Hex color #54BE96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BE96 is #AB4169. Grayscale: #999999. Windows color (decimal): -11223402 or 9879124. OLE color: 9879124.

HSL color Cylindrical-coordinate representation of color #54BE96: hue angle of 157.36º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BE96 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 190 150 -
CMYK 0.56 0 0.21 0.25
HSL 157.36º 0.45% 0.54% -
HSV(B) 157.36º 0.56% 0.75% -
XYZ 27.57 40.91 35.3 -
YUV 153.75 125.88 78.25 -
System Red Green Blue C M Y K H S L
Decimal 84 190 150 0.56 0 0.21 0.25 157.36 0.45 0.54
Hex 54 BE 96 38 0 15 19 9D 2D 36
Octal 124 276 226 70 0 25 31 235 55 66
Binary 1010100 10111110 10010110 111000 0 10101 11001 10011101 101101 110110

Color Harmonies of #54BE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BE96

Black with #54BE96

Text Example


Text Example

White with #54BE96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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