Html Css Color HEX #53B486 Ocean Green

📋 copy color: '#53B486'

red 83 ◦ green 180 ◦ blue 134

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

Shades of Ocean Green #53B486

Tints of Ocean Green #53B486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.75%

R = 20.91%
G = 45.34%
B = 33.75%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#53B486 (or 0x53B486) is known color: Ocean Green. HEX triplet: 53, B4 and 86. RGB value is (83,180,134). Sum of RGB (Red+Green+Blue) = 83+180+134=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 180 - color contains mainly: green. Hex color #53B486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B486 is #AC4B79. Grayscale: #919191. Windows color (decimal): -11291514 or 8827987. OLE color: 8827987.

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

Color convert

RGB 83 180 134 -
CMYK 0.54 0 0.26 0.29
HSL 151.55º 0.39% 0.52% -
HSV(B) 151.55º 0.54% 0.71% -
XYZ 24.19 36.2 28.27 -
YUV 145.75 121.36 83.24 -
System Red Green Blue C M Y K H S L
Decimal 83 180 134 0.54 0 0.26 0.29 151.55 0.39 0.52
Hex 53 B4 86 36 0 1A 1D 98 27 34
Octal 123 264 206 66 0 32 35 230 47 64
Binary 1010011 10110100 10000110 110110 0 11010 11101 10011000 100111 110100

Color Harmonies of #53B486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B486

Black with #53B486

Text Example


Text Example

White with #53B486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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