#54B06C

Color #54B06C Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #54B06C

Tints of Ocean Green #54B06C

Color information

#54B06C (or 0x54B06C) is unknown color: approx Ocean Green. HEX triplet: 54, B0 and 6C. RGB value is (84,176,108). Sum of RGB (Red+Green+Blue) = 84+176+108=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 176 (69.14% from 255 or 47.83% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 176 - color contains mainly: green. Hex color #54B06C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B06C is #AB4F93. Grayscale: #8C8C8C. Windows color (decimal): -11227028 or 7123028. OLE color: 7123028.

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

Color convert

RGB84176108-
CMYK0.5200.390.31
HSL135.65º36.8%50.98%-
HSV(B)135.65º52.27%69.02%-
XYZ21.8934.0219.6-
YUV140.74109.5287.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.83%
GREEN value IS 176 (69.14% from 255) = 47.83%
BLUE value IS 108 (42.58% from 255) = 29.35%
R=22.83%
G=47.83%
B=29.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841761080.5200.390.31135.6536.850.98
Hex54B06C340271F882533
Octal12426015464047372104563
Binary101010010110000110110011010001001111111110001000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #54B06C;
 }
 .AnyTagClassName
 {
   color: #54B06C;
 }
</style>
background-color css

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

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

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

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

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

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