Html Css Color HEX #54AB96 Keppel

📋 copy color: '#54AB96'

red 84 ◦ green 171 ◦ blue 150

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

Shades of Keppel #54AB96

Tints of Keppel #54AB96

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.22%

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

R = 20.74%
G = 42.22%
B = 37.04%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#54AB96 (or 0x54AB96) is known color: Keppel. HEX triplet: 54, AB and 96. RGB value is (84,171,150). Sum of RGB (Red+Green+Blue) = 84+171+150=405 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.74% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 171 - color contains mainly: green. Hex color #54AB96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AB96 is #AB5469. Grayscale: #8E8E8E. Windows color (decimal): -11228266 or 9874260. OLE color: 9874260.

HSL color Cylindrical-coordinate representation of color #54AB96: hue angle of 165.52º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54AB96 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 171 150 -
CMYK 0.51 0 0.12 0.33
HSL 165.52º 0.34% 0.5% -
HSV(B) 165.52º 0.51% 0.67% -
XYZ 23.72 33.21 34.01 -
YUV 142.59 132.18 86.21 -
System Red Green Blue C M Y K H S L
Decimal 84 171 150 0.51 0 0.12 0.33 165.52 0.34 0.5
Hex 54 AB 96 33 0 C 21 A6 22 32
Octal 124 253 226 63 0 14 41 246 42 62
Binary 1010100 10101011 10010110 110011 0 1100 100001 10100110 100010 110010

Color Harmonies of #54AB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AB96

Black with #54AB96

Text Example


Text Example

White with #54AB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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