Html Css Color HEX #54B295 Keppel

📋 copy color: '#54B295'

red 84 ◦ green 178 ◦ blue 149

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

Shades of Keppel #54B295

Tints of Keppel #54B295

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.31%

 BLUE value IS 149 (58.59% from 255) = 36.25%

R = 20.44%
G = 43.31%
B = 36.25%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#54B295 (or 0x54B295) is known color: Keppel. HEX triplet: 54, B2 and 95. RGB value is (84,178,149). Sum of RGB (Red+Green+Blue) = 84+178+149=411 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.44% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 178 - color contains mainly: green. Hex color #54B295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54B295 is #AB4D6A. Grayscale: #929292. Windows color (decimal): -11226475 or 9810516. OLE color: 9810516.

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

Color convert

RGB 84 178 149 -
CMYK 0.53 0 0.16 0.30
HSL 161.49º 0.38% 0.51% -
HSV(B) 161.49º 0.53% 0.7% -
XYZ 25 35.9 34.04 -
YUV 146.59 129.36 83.36 -
System Red Green Blue C M Y K H S L
Decimal 84 178 149 0.53 0 0.16 0.30 161.49 0.38 0.51
Hex 54 B2 95 35 0 10 1E A1 26 33
Octal 124 262 225 65 0 20 36 241 46 63
Binary 1010100 10110010 10010101 110101 0 10000 11110 10100001 100110 110011

Color Harmonies of #54B295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B295

Black with #54B295

Text Example


Text Example

White with #54B295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,178,149); }

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

background-color css

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

 a { background-color: rgb(84,178,149); }

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

border-color css

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

 span { border-color: rgb(84,178,149); }

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