Html Css Color HEX #54986C Ocean Green

📋 copy color: '#54986C'

red 84 ◦ green 152 ◦ blue 108

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

Shades of Ocean Green #54986C

Tints of Ocean Green #54986C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.19%

 BLUE value IS 108 (42.58% from 255) = 31.4%

R = 24.42%
G = 44.19%
B = 31.4%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#54986C (or 0x54986C) is known color: Ocean Green. HEX triplet: 54, 98 and 6C. RGB value is (84,152,108). Sum of RGB (Red+Green+Blue) = 84+152+108=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 152 - color contains mainly: green. Hex color #54986C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54986C is #AB6793. Grayscale: #7E7E7E. Windows color (decimal): -11233172 or 7116884. OLE color: 7116884.

HSL color Cylindrical-coordinate representation of color #54986C: hue angle of 141.18º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54986C is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 152 108 -
CMYK 0.45 0 0.29 0.40
HSL 141.18º 0.29% 0.46% -
HSV(B) 141.18º 0.45% 0.6% -
XYZ 17.59 25.42 18.17 -
YUV 126.65 117.47 97.58 -
System Red Green Blue C M Y K H S L
Decimal 84 152 108 0.45 0 0.29 0.40 141.18 0.29 0.46
Hex 54 98 6C 2D 0 1D 28 8D 1D 2E
Octal 124 230 154 55 0 35 50 215 35 56
Binary 1010100 10011000 1101100 101101 0 11101 101000 10001101 11101 101110

Color Harmonies of #54986C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54986C

Black with #54986C

Text Example


Text Example

White with #54986C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54986C; }

 p { color: rgb(84,152,108); }

 H1.HeaderClassName
 {
   color: #54986C;
 }
 .AnyTagClassName
 {
   color: #54986C;
 }
</style>

background-color css

<style>
 a { background-color: #54986C; }

 a { background-color: rgb(84,152,108); }

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

border-color css

<style>
 span { border-color: #54986C; }

 span { border-color: rgb(84,152,108); }

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