Html Css Color HEX #53AF6E Ocean Green

📋 copy color: '#53AF6E'

red 83 ◦ green 175 ◦ blue 110

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

Shades of Ocean Green #53AF6E

Tints of Ocean Green #53AF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.89%

R = 22.55%
G = 47.55%
B = 29.89%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#53AF6E (or 0x53AF6E) is known color: Ocean Green. HEX triplet: 53, AF and 6E. RGB value is (83,175,110). Sum of RGB (Red+Green+Blue) = 83+175+110=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 175 (68.75% from 255 or 47.55% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AF6E is #AC5091. Grayscale: #8C8C8C. Windows color (decimal): -11292818 or 7253843. OLE color: 7253843.

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

Color convert

RGB 83 175 110 -
CMYK 0.53 0 0.37 0.31
HSL 137.61º 0.37% 0.51% -
HSV(B) 137.61º 0.53% 0.69% -
XYZ 21.71 33.62 20.1 -
YUV 140.08 111.02 87.29 -
System Red Green Blue C M Y K H S L
Decimal 83 175 110 0.53 0 0.37 0.31 137.61 0.37 0.51
Hex 53 AF 6E 35 0 25 1F 8A 25 33
Octal 123 257 156 65 0 45 37 212 45 63
Binary 1010011 10101111 1101110 110101 0 100101 11111 10001010 100101 110011

Color Harmonies of #53AF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AF6E

Black with #53AF6E

Text Example


Text Example

White with #53AF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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