Html Css Color HEX #53AF85 Ocean Green

📋 copy color: '#53AF85'

red 83 ◦ green 175 ◦ blue 133

#53AF85
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #53AF85

Tints of Ocean Green #53AF85

RGB

 RED value IS 83 (32.81% from 255) = 21.23%

 GREEN value IS 175 (68.75% from 255) = 44.76%

 BLUE value IS 133 (52.34% from 255) = 34.02%

R = 21.23%
G = 44.76%
B = 34.02%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#53AF85 (or 0x53AF85) is known color: Ocean Green. HEX triplet: 53, AF and 85. RGB value is (83,175,133). Sum of RGB (Red+Green+Blue) = 83+175+133=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AF85 is #AC507A. Grayscale: #8E8E8E. Windows color (decimal): -11292795 or 8761171. OLE color: 8761171.

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

Color convert

RGB 83 175 133 -
CMYK 0.53 0 0.24 0.31
HSL 152.61º 0.37% 0.51% -
HSV(B) 152.61º 0.53% 0.69% -
XYZ 23.13 34.19 27.57 -
YUV 142.7 122.52 85.42 -
System Red Green Blue C M Y K H S L
Decimal 83 175 133 0.53 0 0.24 0.31 152.61 0.37 0.51
Hex 53 AF 85 35 0 18 1F 99 25 33
Octal 123 257 205 65 0 30 37 231 45 63
Binary 1010011 10101111 10000101 110101 0 11000 11111 10011001 100101 110011

Color Harmonies of #53AF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AF85

Black with #53AF85

Text Example


Text Example

White with #53AF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53AF85;
 }
 .AnyTagClassName
 {
   color: #53AF85;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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