#53B26C

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

Shades of Ocean Green #53B26C

Tints of Ocean Green #53B26C

Color information

#53B26C (or 0x53B26C) is unknown color: approx Ocean Green. HEX triplet: 53, B2 and 6C. RGB value is (83,178,108). Sum of RGB (Red+Green+Blue) = 83+178+108=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 178 - color contains mainly: green. Hex color #53B26C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B26C is #AC4D93. Grayscale: #8D8D8D. Windows color (decimal): -11292052 or 7123539. OLE color: 7123539.

HSL color Cylindrical-coordinate representation of color #53B26C: hue angle of 135.79º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53B26C is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB83178108-
CMYK0.5300.390.30
HSL135.79º38.15%51.18%-
HSV(B)135.79º53.37%69.8%-
XYZ22.1934.7619.73-
YUV141.62109.0386.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.49%
GREEN value IS 178 (69.92% from 255) = 48.24%
BLUE value IS 108 (42.58% from 255) = 29.27%
R=22.49%
G=48.24%
B=29.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal831781080.5300.390.30135.7938.1551.18
Hex53B26C350271E882633
Octal12326215465047362104663
Binary101001110110010110110011010101001111111010001000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53B26C; }

 p { color: rgb(83,178,108); }

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

<style>
 a { background-color: #53B26C; }

 a { background-color: rgb(83,178,108); }

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

<style>
 span { border-color: #53B26C; }

 span { border-color: rgb(83,178,108); }

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