Html Css Color HEX #54A97B Ocean Green

📋 copy color: '#54A97B'

red 84 ◦ green 169 ◦ blue 123

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

Shades of Ocean Green #54A97B

Tints of Ocean Green #54A97B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.95%

 BLUE value IS 123 (48.44% from 255) = 32.71%

R = 22.34%
G = 44.95%
B = 32.71%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#54A97B (or 0x54A97B) is known color: Ocean Green. HEX triplet: 54, A9 and 7B. RGB value is (84,169,123). Sum of RGB (Red+Green+Blue) = 84+169+123=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 169 - color contains mainly: green. Hex color #54A97B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A97B is #AB5684. Grayscale: #8A8A8A. Windows color (decimal): -11228805 or 8104276. OLE color: 8104276.

HSL color Cylindrical-coordinate representation of color #54A97B: hue angle of 147.53º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54A97B is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 84 169 123 -
CMYK 0.50 0 0.27 0.34
HSL 147.53º 0.34% 0.5% -
HSV(B) 147.53º 0.5% 0.66% -
XYZ 21.42 31.69 23.73 -
YUV 138.34 119.34 89.24 -
System Red Green Blue C M Y K H S L
Decimal 84 169 123 0.50 0 0.27 0.34 147.53 0.34 0.5
Hex 54 A9 7B 32 0 1B 22 94 22 32
Octal 124 251 173 62 0 33 42 224 42 62
Binary 1010100 10101001 1111011 110010 0 11011 100010 10010100 100010 110010

Color Harmonies of #54A97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A97B

Black with #54A97B

Text Example


Text Example

White with #54A97B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,169,123); }

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

background-color css

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

 a { background-color: rgb(84,169,123); }

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

border-color css

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

 span { border-color: rgb(84,169,123); }

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