Html Css Color HEX #54B274 Ocean Green

📋 copy color: '#54B274'

red 84 ◦ green 178 ◦ blue 116

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

Shades of Ocean Green #54B274

Tints of Ocean Green #54B274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.69%

R = 22.22%
G = 47.09%
B = 30.69%

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

#54B274 (or 0x54B274) is known color: Ocean Green. HEX triplet: 54, B2 and 74. RGB value is (84,178,116). Sum of RGB (Red+Green+Blue) = 84+178+116=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 178 - color contains mainly: green. Hex color #54B274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B274 is #AB4D8B. Grayscale: #8E8E8E. Windows color (decimal): -11226508 or 7647828. OLE color: 7647828.

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

Color convert

RGB 84 178 116 -
CMYK 0.53 0 0.35 0.30
HSL 140.43º 0.38% 0.51% -
HSV(B) 140.43º 0.53% 0.7% -
XYZ 22.73 34.99 22.08 -
YUV 142.83 112.86 86.04 -
System Red Green Blue C M Y K H S L
Decimal 84 178 116 0.53 0 0.35 0.30 140.43 0.38 0.51
Hex 54 B2 74 35 0 23 1E 8C 26 33
Octal 124 262 164 65 0 43 36 214 46 63
Binary 1010100 10110010 1110100 110101 0 100011 11110 10001100 100110 110011

Color Harmonies of #54B274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B274

Black with #54B274

Text Example


Text Example

White with #54B274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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