#53AF7F

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

Shades of Ocean Green #53AF7F

Tints of Ocean Green #53AF7F

Color information

#53AF7F (or 0x53AF7F) is unknown color: approx Ocean Green. HEX triplet: 53, AF and 7F. RGB value is (83,175,127). Sum of RGB (Red+Green+Blue) = 83+175+127=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AF7F is #AC5080. Grayscale: #8E8E8E. Windows color (decimal): -11292801 or 8367955. OLE color: 8367955.

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

Color convert

RGB83175127-
CMYK0.5300.270.31
HSL148.7º36.51%50.59%-
HSV(B)148.7º52.57%68.63%-
XYZ22.7334.0325.45-
YUV142.02119.5285.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.56%
GREEN value IS 175 (68.75% from 255) = 45.45%
BLUE value IS 127 (50% from 255) = 32.99%
R=21.56%
G=45.45%
B=32.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831751270.5300.270.31148.736.5150.59
Hex53AF7F3501B1F952533
Octal12325717765033372254563
Binary10100111010111111111111101010110111111110010101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,175,127); }

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

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

 a { background-color: rgb(83,175,127); }

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

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

 span { border-color: rgb(83,175,127); }

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