Html Css Color HEX #54B17B Ocean Green

📋 copy color: '#54B17B'

red 84 ◦ green 177 ◦ blue 123

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

Shades of Ocean Green #54B17B

Tints of Ocean Green #54B17B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.09%

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

R = 21.88%
G = 46.09%
B = 32.03%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#54B17B (or 0x54B17B) is known color: Ocean Green. HEX triplet: 54, B1 and 7B. RGB value is (84,177,123). Sum of RGB (Red+Green+Blue) = 84+177+123=384 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.88% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 177 - color contains mainly: green. Hex color #54B17B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B17B is #AB4E84. Grayscale: #8F8F8F. Windows color (decimal): -11226757 or 8106324. OLE color: 8106324.

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

Color convert

RGB 84 177 123 -
CMYK 0.53 0 0.31 0.31
HSL 145.16º 0.37% 0.51% -
HSV(B) 145.16º 0.53% 0.69% -
XYZ 22.95 34.76 24.24 -
YUV 143.04 116.69 85.89 -
System Red Green Blue C M Y K H S L
Decimal 84 177 123 0.53 0 0.31 0.31 145.16 0.37 0.51
Hex 54 B1 7B 35 0 1F 1F 91 25 33
Octal 124 261 173 65 0 37 37 221 45 63
Binary 1010100 10110001 1111011 110101 0 11111 11111 10010001 100101 110011

Color Harmonies of #54B17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B17B

Black with #54B17B

Text Example


Text Example

White with #54B17B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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