Html Css Color HEX #53AF7C Ocean Green

📋 copy color: '#53AF7C'

red 83 ◦ green 175 ◦ blue 124

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

Shades of Ocean Green #53AF7C

Tints of Ocean Green #53AF7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.46%

R = 21.73%
G = 45.81%
B = 32.46%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#53AF7C (or 0x53AF7C) is known color: Ocean Green. HEX triplet: 53, AF and 7C. RGB value is (83,175,124). Sum of RGB (Red+Green+Blue) = 83+175+124=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AF7C is #AC5083. Grayscale: #8D8D8D. Windows color (decimal): -11292804 or 8171347. OLE color: 8171347.

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

Color convert

RGB 83 175 124 -
CMYK 0.53 0 0.29 0.31
HSL 146.74º 0.37% 0.51% -
HSV(B) 146.74º 0.53% 0.69% -
XYZ 22.54 33.95 24.43 -
YUV 141.68 118.02 86.15 -
System Red Green Blue C M Y K H S L
Decimal 83 175 124 0.53 0 0.29 0.31 146.74 0.37 0.51
Hex 53 AF 7C 35 0 1D 1F 93 25 33
Octal 123 257 174 65 0 35 37 223 45 63
Binary 1010011 10101111 1111100 110101 0 11101 11111 10010011 100101 110011

Color Harmonies of #53AF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AF7C

Black with #53AF7C

Text Example


Text Example

White with #53AF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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