Html Css Color HEX #53AC7D Ocean Green

📋 copy color: '#53AC7D'

red 83 ◦ green 172 ◦ blue 125

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

Shades of Ocean Green #53AC7D

Tints of Ocean Green #53AC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.89%

R = 21.84%
G = 45.26%
B = 32.89%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#53AC7D (or 0x53AC7D) is known color: Ocean Green. HEX triplet: 53, AC and 7D. RGB value is (83,172,125). Sum of RGB (Red+Green+Blue) = 83+172+125=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 172 - color contains mainly: green. Hex color #53AC7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AC7D is #AC5382. Grayscale: #8C8C8C. Windows color (decimal): -11293571 or 8236115. OLE color: 8236115.

HSL color Cylindrical-coordinate representation of color #53AC7D: hue angle of 148.31º 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 #53AC7D is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 172 125 -
CMYK 0.52 0 0.27 0.33
HSL 148.31º 0.35% 0.5% -
HSV(B) 148.31º 0.52% 0.67% -
XYZ 22.02 32.82 24.58 -
YUV 140.03 119.51 87.32 -
System Red Green Blue C M Y K H S L
Decimal 83 172 125 0.52 0 0.27 0.33 148.31 0.35 0.5
Hex 53 AC 7D 34 0 1B 21 94 23 32
Octal 123 254 175 64 0 33 41 224 43 62
Binary 1010011 10101100 1111101 110100 0 11011 100001 10010100 100011 110010

Color Harmonies of #53AC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AC7D

Black with #53AC7D

Text Example


Text Example

White with #53AC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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