Html Css Color HEX #53AC7C Ocean Green

📋 copy color: '#53AC7C'

red 83 ◦ green 172 ◦ blue 124

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

Shades of Ocean Green #53AC7C

Tints of Ocean Green #53AC7C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.38%

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

R = 21.9%
G = 45.38%
B = 32.72%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#53AC7C (or 0x53AC7C) is known color: Ocean Green. HEX triplet: 53, AC and 7C. RGB value is (83,172,124). Sum of RGB (Red+Green+Blue) = 83+172+124=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 172 - color contains mainly: green. Hex color #53AC7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AC7C is #AC5383. Grayscale: #8C8C8C. Windows color (decimal): -11293572 or 8170579. OLE color: 8170579.

HSL color Cylindrical-coordinate representation of color #53AC7C: hue angle of 147.64º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AC7C is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 172 124 -
CMYK 0.52 0 0.28 0.33
HSL 147.64º 0.35% 0.5% -
HSV(B) 147.64º 0.52% 0.67% -
XYZ 21.96 32.8 24.24 -
YUV 139.92 119.01 87.4 -
System Red Green Blue C M Y K H S L
Decimal 83 172 124 0.52 0 0.28 0.33 147.64 0.35 0.5
Hex 53 AC 7C 34 0 1C 21 94 23 32
Octal 123 254 174 64 0 34 41 224 43 62
Binary 1010011 10101100 1111100 110100 0 11100 100001 10010100 100011 110010

Color Harmonies of #53AC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AC7C

Black with #53AC7C

Text Example


Text Example

White with #53AC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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