Html Css Color HEX #54AE8D Keppel

📋 copy color: '#54AE8D'

red 84 ◦ green 174 ◦ blue 141

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

Shades of Keppel #54AE8D

Tints of Keppel #54AE8D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.61%

 BLUE value IS 141 (55.47% from 255) = 35.34%

R = 21.05%
G = 43.61%
B = 35.34%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#54AE8D (or 0x54AE8D) is known color: Keppel. HEX triplet: 54, AE and 8D. RGB value is (84,174,141). Sum of RGB (Red+Green+Blue) = 84+174+141=399 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.05% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 174 - color contains mainly: green. Hex color #54AE8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AE8D is #AB5172. Grayscale: #8F8F8F. Windows color (decimal): -11227507 or 9285204. OLE color: 9285204.

HSL color Cylindrical-coordinate representation of color #54AE8D: hue angle of 158º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54AE8D is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 174 141 -
CMYK 0.52 0 0.19 0.32
HSL 158º 0.36% 0.51% -
HSV(B) 158º 0.52% 0.68% -
XYZ 23.6 34.08 30.53 -
YUV 143.33 126.68 85.68 -
System Red Green Blue C M Y K H S L
Decimal 84 174 141 0.52 0 0.19 0.32 158 0.36 0.51
Hex 54 AE 8D 34 0 13 20 9E 24 33
Octal 124 256 215 64 0 23 40 236 44 63
Binary 1010100 10101110 10001101 110100 0 10011 100000 10011110 100100 110011

Color Harmonies of #54AE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AE8D

Black with #54AE8D

Text Example


Text Example

White with #54AE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,174,141); }

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

background-color css

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

 a { background-color: rgb(84,174,141); }

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

border-color css

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

 span { border-color: rgb(84,174,141); }

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