Html Css Color HEX #54B378 Ocean Green

📋 copy color: '#54B378'

red 84 ◦ green 179 ◦ blue 120

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

Shades of Ocean Green #54B378

Tints of Ocean Green #54B378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.33%

R = 21.93%
G = 46.74%
B = 31.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#54B378 (or 0x54B378) is known color: Ocean Green. HEX triplet: 54, B3 and 78. RGB value is (84,179,120). Sum of RGB (Red+Green+Blue) = 84+179+120=383 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.93% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 179 - color contains mainly: green. Hex color #54B378 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B378 is #AB4C87. Grayscale: #909090. Windows color (decimal): -11226248 or 7910228. OLE color: 7910228.

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

Color convert

RGB 84 179 120 -
CMYK 0.53 0 0.33 0.30
HSL 142.74º 0.38% 0.52% -
HSV(B) 142.74º 0.53% 0.7% -
XYZ 23.17 35.48 23.4 -
YUV 143.87 114.53 85.3 -
System Red Green Blue C M Y K H S L
Decimal 84 179 120 0.53 0 0.33 0.30 142.74 0.38 0.52
Hex 54 B3 78 35 0 21 1E 8F 26 34
Octal 124 263 170 65 0 41 36 217 46 64
Binary 1010100 10110011 1111000 110101 0 100001 11110 10001111 100110 110100

Color Harmonies of #54B378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B378

Black with #54B378

Text Example


Text Example

White with #54B378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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