Html Css Color HEX #54A16B Ocean Green

📋 copy color: '#54A16B'

red 84 ◦ green 161 ◦ blue 107

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

Shades of Ocean Green #54A16B

Tints of Ocean Green #54A16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.4%

R = 23.86%
G = 45.74%
B = 30.4%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#54A16B (or 0x54A16B) is known color: Ocean Green. HEX triplet: 54, A1 and 6B. RGB value is (84,161,107). Sum of RGB (Red+Green+Blue) = 84+161+107=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 161 - color contains mainly: green. Hex color #54A16B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A16B is #AB5E94. Grayscale: #838383. Windows color (decimal): -11230869 or 7053652. OLE color: 7053652.

HSL color Cylindrical-coordinate representation of color #54A16B: hue angle of 137.92º 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 #54A16B is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 84 161 107 -
CMYK 0.48 0 0.34 0.37
HSL 137.92º 0.31% 0.48% -
HSV(B) 137.92º 0.48% 0.63% -
XYZ 19.05 28.44 18.39 -
YUV 131.82 113.99 93.89 -
System Red Green Blue C M Y K H S L
Decimal 84 161 107 0.48 0 0.34 0.37 137.92 0.31 0.48
Hex 54 A1 6B 30 0 22 25 8A 1F 30
Octal 124 241 153 60 0 42 45 212 37 60
Binary 1010100 10100001 1101011 110000 0 100010 100101 10001010 11111 110000

Color Harmonies of #54A16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A16B

Black with #54A16B

Text Example


Text Example

White with #54A16B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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