Html Css Color HEX #53A482 Ocean Green

📋 copy color: '#53A482'

red 83 ◦ green 164 ◦ blue 130

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

Shades of Ocean Green #53A482

Tints of Ocean Green #53A482

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.5%

 BLUE value IS 130 (51.17% from 255) = 34.48%

R = 22.02%
G = 43.5%
B = 34.48%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#53A482 (or 0x53A482) is known color: Ocean Green. HEX triplet: 53, A4 and 82. RGB value is (83,164,130). Sum of RGB (Red+Green+Blue) = 83+164+130=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 164 (64.45% from 255 or 43.50% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 164 - color contains mainly: green. Hex color #53A482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A482 is #AC5B7D. Grayscale: #878787. Windows color (decimal): -11295614 or 8561747. OLE color: 8561747.

HSL color Cylindrical-coordinate representation of color #53A482: hue angle of 154.81º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53A482 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 164 130 -
CMYK 0.49 0 0.21 0.36
HSL 154.81º 0.33% 0.48% -
HSV(B) 154.81º 0.49% 0.64% -
XYZ 20.87 30 25.81 -
YUV 135.91 124.66 90.26 -
System Red Green Blue C M Y K H S L
Decimal 83 164 130 0.49 0 0.21 0.36 154.81 0.33 0.48
Hex 53 A4 82 31 0 15 24 9B 21 30
Octal 123 244 202 61 0 25 44 233 41 60
Binary 1010011 10100100 10000010 110001 0 10101 100100 10011011 100001 110000

Color Harmonies of #53A482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A482

Black with #53A482

Text Example


Text Example

White with #53A482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,164,130); }

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

background-color css

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

 a { background-color: rgb(83,164,130); }

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

border-color css

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

 span { border-color: rgb(83,164,130); }

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