Html Css Color HEX #53B482 Ocean Green

📋 copy color: '#53B482'

red 83 ◦ green 180 ◦ blue 130

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

Shades of Ocean Green #53B482

Tints of Ocean Green #53B482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.8%

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

R = 21.12%
G = 45.8%
B = 33.08%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#53B482 (or 0x53B482) is known color: Ocean Green. HEX triplet: 53, B4 and 82. RGB value is (83,180,130). Sum of RGB (Red+Green+Blue) = 83+180+130=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #53B482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B482 is #AC4B7D. Grayscale: #919191. Windows color (decimal): -11291518 or 8565843. OLE color: 8565843.

HSL color Cylindrical-coordinate representation of color #53B482: hue angle of 149.07º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B482 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 180 130 -
CMYK 0.54 0 0.28 0.29
HSL 149.07º 0.39% 0.52% -
HSV(B) 149.07º 0.54% 0.71% -
XYZ 23.92 36.09 26.83 -
YUV 145.3 119.36 83.57 -
System Red Green Blue C M Y K H S L
Decimal 83 180 130 0.54 0 0.28 0.29 149.07 0.39 0.52
Hex 53 B4 82 36 0 1C 1D 95 27 34
Octal 123 264 202 66 0 34 35 225 47 64
Binary 1010011 10110100 10000010 110110 0 11100 11101 10010101 100111 110100

Color Harmonies of #53B482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B482

Black with #53B482

Text Example


Text Example

White with #53B482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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