#53AF7D

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

Shades of Ocean Green #53AF7D

Tints of Ocean Green #53AF7D

Color information

#53AF7D (or 0x53AF7D) is unknown color: approx Ocean Green. HEX triplet: 53, AF and 7D. RGB value is (83,175,125). Sum of RGB (Red+Green+Blue) = 83+175+125=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AF7D is #AC5082. Grayscale: #8D8D8D. Windows color (decimal): -11292803 or 8236883. OLE color: 8236883.

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

Color convert

RGB83175125-
CMYK0.5300.290.31
HSL147.39º36.51%50.59%-
HSV(B)147.39º52.57%68.63%-
XYZ22.633.9824.77-
YUV141.79118.5286.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.67%
GREEN value IS 175 (68.75% from 255) = 45.69%
BLUE value IS 125 (49.22% from 255) = 32.64%
R=21.67%
G=45.69%
B=32.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831751250.5300.290.31147.3936.5150.59
Hex53AF7D3501D1F932533
Octal12325717565035372234563
Binary10100111010111111111011101010111011111110010011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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