#53B27E

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

Shades of Ocean Green #53B27E

Tints of Ocean Green #53B27E

Color information

#53B27E (or 0x53B27E) is unknown color: approx Ocean Green. HEX triplet: 53, B2 and 7E. RGB value is (83,178,126). Sum of RGB (Red+Green+Blue) = 83+178+126=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 178 - color contains mainly: green. Hex color #53B27E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B27E is #AC4D81. Grayscale: #8F8F8F. Windows color (decimal): -11292034 or 8303187. OLE color: 8303187.

HSL color Cylindrical-coordinate representation of color #53B27E: hue angle of 147.16º 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 #53B27E is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB83178126-
CMYK0.5300.290.30
HSL147.16º38.15%51.18%-
HSV(B)147.16º53.37%69.8%-
XYZ23.2535.1925.3-
YUV143.67118.0384.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.45%
GREEN value IS 178 (69.92% from 255) = 45.99%
BLUE value IS 126 (49.61% from 255) = 32.56%
R=21.45%
G=45.99%
B=32.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal831781260.5300.290.30147.1638.1551.18
Hex53B27E3501D1E932633
Octal12326217665035362234663
Binary10100111011001011111101101010111011111010010011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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