Html Css Color HEX #54B375 Ocean Green

📋 copy color: '#54B375'

red 84 ◦ green 179 ◦ blue 117

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

Shades of Ocean Green #54B375

Tints of Ocean Green #54B375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.79%

R = 22.11%
G = 47.11%
B = 30.79%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#54B375 (or 0x54B375) is known color: Ocean Green. HEX triplet: 54, B3 and 75. RGB value is (84,179,117). Sum of RGB (Red+Green+Blue) = 84+179+117=380 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.11% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 179 - color contains mainly: green. Hex color #54B375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B375 is #AB4C8A. Grayscale: #8F8F8F. Windows color (decimal): -11226251 or 7713620. OLE color: 7713620.

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

Color convert

RGB 84 179 117 -
CMYK 0.53 0 0.35 0.30
HSL 140.84º 0.38% 0.52% -
HSV(B) 140.84º 0.53% 0.7% -
XYZ 22.99 35.41 22.45 -
YUV 143.53 113.03 85.54 -
System Red Green Blue C M Y K H S L
Decimal 84 179 117 0.53 0 0.35 0.30 140.84 0.38 0.52
Hex 54 B3 75 35 0 23 1E 8D 26 34
Octal 124 263 165 65 0 43 36 215 46 64
Binary 1010100 10110011 1110101 110101 0 100011 11110 10001101 100110 110100

Color Harmonies of #54B375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B375

Black with #54B375

Text Example


Text Example

White with #54B375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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