Html Css Color HEX #54A073 Ocean Green

📋 copy color: '#54A073'

red 84 ◦ green 160 ◦ blue 115

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

Shades of Ocean Green #54A073

Tints of Ocean Green #54A073

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.57%

 BLUE value IS 115 (45.31% from 255) = 32.03%

R = 23.4%
G = 44.57%
B = 32.03%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#54A073 (or 0x54A073) is known color: Ocean Green. HEX triplet: 54, A0 and 73. RGB value is (84,160,115). Sum of RGB (Red+Green+Blue) = 84+160+115=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 160 - color contains mainly: green. Hex color #54A073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A073 is #AB5F8C. Grayscale: #848484. Windows color (decimal): -11231117 or 7577684. OLE color: 7577684.

HSL color Cylindrical-coordinate representation of color #54A073: hue angle of 144.47º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A073 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 84 160 115 -
CMYK 0.48 0 0.28 0.37
HSL 144.47º 0.31% 0.48% -
HSV(B) 144.47º 0.48% 0.63% -
XYZ 19.32 28.26 20.66 -
YUV 132.15 118.32 93.66 -
System Red Green Blue C M Y K H S L
Decimal 84 160 115 0.48 0 0.28 0.37 144.47 0.31 0.48
Hex 54 A0 73 30 0 1C 25 90 1F 30
Octal 124 240 163 60 0 34 45 220 37 60
Binary 1010100 10100000 1110011 110000 0 11100 100101 10010000 11111 110000

Color Harmonies of #54A073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A073

Black with #54A073

Text Example


Text Example

White with #54A073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,160,115); }

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

background-color css

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

 a { background-color: rgb(84,160,115); }

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

border-color css

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

 span { border-color: rgb(84,160,115); }

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