Html Css Color HEX #54B37C Ocean Green

📋 copy color: '#54B37C'

red 84 ◦ green 179 ◦ blue 124

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

Shades of Ocean Green #54B37C

Tints of Ocean Green #54B37C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.25%

 BLUE value IS 124 (48.83% from 255) = 32.04%

R = 21.71%
G = 46.25%
B = 32.04%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#54B37C (or 0x54B37C) is known color: Ocean Green. HEX triplet: 54, B3 and 7C. RGB value is (84,179,124). Sum of RGB (Red+Green+Blue) = 84+179+124=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #54B37C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B37C is #AB4C83. Grayscale: #909090. Windows color (decimal): -11226244 or 8172372. OLE color: 8172372.

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

Color convert

RGB 84 179 124 -
CMYK 0.53 0 0.31 0.30
HSL 145.26º 0.38% 0.52% -
HSV(B) 145.26º 0.53% 0.7% -
XYZ 23.41 35.58 24.7 -
YUV 144.33 116.53 84.97 -
System Red Green Blue C M Y K H S L
Decimal 84 179 124 0.53 0 0.31 0.30 145.26 0.38 0.52
Hex 54 B3 7C 35 0 1F 1E 91 26 34
Octal 124 263 174 65 0 37 36 221 46 64
Binary 1010100 10110011 1111100 110101 0 11111 11110 10010001 100110 110100

Color Harmonies of #54B37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B37C

Black with #54B37C

Text Example


Text Example

White with #54B37C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,179,124); }

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

background-color css

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

 a { background-color: rgb(84,179,124); }

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

border-color css

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

 span { border-color: rgb(84,179,124); }

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