Html Css Color HEX #53AF6D Ocean Green

📋 copy color: '#53AF6D'

red 83 ◦ green 175 ◦ blue 109

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

Shades of Ocean Green #53AF6D

Tints of Ocean Green #53AF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.7%

R = 22.62%
G = 47.68%
B = 29.7%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#53AF6D (or 0x53AF6D) is known color: Ocean Green. HEX triplet: 53, AF and 6D. RGB value is (83,175,109). Sum of RGB (Red+Green+Blue) = 83+175+109=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AF6D is #AC5092. Grayscale: #8C8C8C. Windows color (decimal): -11292819 or 7188307. OLE color: 7188307.

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

Color convert

RGB 83 175 109 -
CMYK 0.53 0 0.38 0.31
HSL 136.96º 0.37% 0.51% -
HSV(B) 136.96º 0.53% 0.69% -
XYZ 21.66 33.6 19.81 -
YUV 139.97 110.52 87.37 -
System Red Green Blue C M Y K H S L
Decimal 83 175 109 0.53 0 0.38 0.31 136.96 0.37 0.51
Hex 53 AF 6D 35 0 26 1F 89 25 33
Octal 123 257 155 65 0 46 37 211 45 63
Binary 1010011 10101111 1101101 110101 0 100110 11111 10001001 100101 110011

Color Harmonies of #53AF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AF6D

Black with #53AF6D

Text Example


Text Example

White with #53AF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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