Html Css Color HEX #54B272 Ocean Green

📋 copy color: '#54B272'

red 84 ◦ green 178 ◦ blue 114

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

Shades of Ocean Green #54B272

Tints of Ocean Green #54B272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.32%

R = 22.34%
G = 47.34%
B = 30.32%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#54B272 (or 0x54B272) is known color: Ocean Green. HEX triplet: 54, B2 and 72. RGB value is (84,178,114). Sum of RGB (Red+Green+Blue) = 84+178+114=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 178 (69.92% from 255 or 47.34% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 178 - color contains mainly: green. Hex color #54B272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B272 is #AB4D8D. Grayscale: #8E8E8E. Windows color (decimal): -11226510 or 7516756. OLE color: 7516756.

HSL color Cylindrical-coordinate representation of color #54B272: hue angle of 139.15º 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 #54B272 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 84 178 114 -
CMYK 0.53 0 0.36 0.30
HSL 139.15º 0.38% 0.51% -
HSV(B) 139.15º 0.53% 0.7% -
XYZ 22.61 34.94 21.47 -
YUV 142.6 111.86 86.2 -
System Red Green Blue C M Y K H S L
Decimal 84 178 114 0.53 0 0.36 0.30 139.15 0.38 0.51
Hex 54 B2 72 35 0 24 1E 8B 26 33
Octal 124 262 162 65 0 44 36 213 46 63
Binary 1010100 10110010 1110010 110101 0 100100 11110 10001011 100110 110011

Color Harmonies of #54B272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B272

Black with #54B272

Text Example


Text Example

White with #54B272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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