Html Css Color HEX #54B08C Keppel

📋 copy color: '#54B08C'

red 84 ◦ green 176 ◦ blue 140

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

Shades of Keppel #54B08C

Tints of Keppel #54B08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35%

R = 21%
G = 44%
B = 35%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#54B08C (or 0x54B08C) is known color: Keppel. HEX triplet: 54, B0 and 8C. RGB value is (84,176,140). Sum of RGB (Red+Green+Blue) = 84+176+140=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 176 - color contains mainly: green. Hex color #54B08C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54B08C is #AB4F73. Grayscale: #909090. Windows color (decimal): -11226996 or 9220180. OLE color: 9220180.

HSL color Cylindrical-coordinate representation of color #54B08C: hue angle of 156.52º 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 #54B08C is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 176 140 -
CMYK 0.52 0 0.20 0.31
HSL 156.52º 0.37% 0.51% -
HSV(B) 156.52º 0.52% 0.69% -
XYZ 23.92 34.83 30.27 -
YUV 144.39 125.52 84.93 -
System Red Green Blue C M Y K H S L
Decimal 84 176 140 0.52 0 0.20 0.31 156.52 0.37 0.51
Hex 54 B0 8C 34 0 14 1F 9D 25 33
Octal 124 260 214 64 0 24 37 235 45 63
Binary 1010100 10110000 10001100 110100 0 10100 11111 10011101 100101 110011

Color Harmonies of #54B08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B08C

Black with #54B08C

Text Example


Text Example

White with #54B08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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