Html Css Color HEX #54B096 Keppel

📋 copy color: '#54B096'

red 84 ◦ green 176 ◦ blue 150

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

Shades of Keppel #54B096

Tints of Keppel #54B096

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.93%

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

R = 20.49%
G = 42.93%
B = 36.59%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#54B096 (or 0x54B096) is known color: Keppel. HEX triplet: 54, B0 and 96. RGB value is (84,176,150). Sum of RGB (Red+Green+Blue) = 84+176+150=410 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.49% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 176 - color contains mainly: green. Hex color #54B096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54B096 is #AB4F69. Grayscale: #919191. Windows color (decimal): -11226986 or 9875540. OLE color: 9875540.

HSL color Cylindrical-coordinate representation of color #54B096: hue angle of 163.04º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54B096 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 176 150 -
CMYK 0.52 0 0.15 0.31
HSL 163.04º 0.37% 0.51% -
HSV(B) 163.04º 0.52% 0.69% -
XYZ 24.69 35.14 34.34 -
YUV 145.53 130.52 84.11 -
System Red Green Blue C M Y K H S L
Decimal 84 176 150 0.52 0 0.15 0.31 163.04 0.37 0.51
Hex 54 B0 96 34 0 F 1F A3 25 33
Octal 124 260 226 64 0 17 37 243 45 63
Binary 1010100 10110000 10010110 110100 0 1111 11111 10100011 100101 110011

Color Harmonies of #54B096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B096

Black with #54B096

Text Example


Text Example

White with #54B096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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