Html Css Color HEX #54A16C Ocean Green

📋 copy color: '#54A16C'

red 84 ◦ green 161 ◦ blue 108

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

Shades of Ocean Green #54A16C

Tints of Ocean Green #54A16C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.61%

 BLUE value IS 108 (42.58% from 255) = 30.59%

R = 23.8%
G = 45.61%
B = 30.59%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#54A16C (or 0x54A16C) is known color: Ocean Green. HEX triplet: 54, A1 and 6C. RGB value is (84,161,108). Sum of RGB (Red+Green+Blue) = 84+161+108=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 161 - color contains mainly: green. Hex color #54A16C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A16C is #AB5E93. Grayscale: #848484. Windows color (decimal): -11230868 or 7119188. OLE color: 7119188.

HSL color Cylindrical-coordinate representation of color #54A16C: hue angle of 138.7º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A16C is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB 84 161 108 -
CMYK 0.48 0 0.33 0.37
HSL 138.7º 0.31% 0.48% -
HSV(B) 138.7º 0.48% 0.63% -
XYZ 19.11 28.46 18.67 -
YUV 131.94 114.49 93.81 -
System Red Green Blue C M Y K H S L
Decimal 84 161 108 0.48 0 0.33 0.37 138.7 0.31 0.48
Hex 54 A1 6C 30 0 21 25 8B 1F 30
Octal 124 241 154 60 0 41 45 213 37 60
Binary 1010100 10100001 1101100 110000 0 100001 100101 10001011 11111 110000

Color Harmonies of #54A16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A16C

Black with #54A16C

Text Example


Text Example

White with #54A16C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,161,108); }

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

background-color css

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

 a { background-color: rgb(84,161,108); }

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

border-color css

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

 span { border-color: rgb(84,161,108); }

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