Html Css Color HEX #53B386 Ocean Green

📋 copy color: '#53B386'

red 83 ◦ green 179 ◦ blue 134

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

Shades of Ocean Green #53B386

Tints of Ocean Green #53B386

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.2%

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

R = 20.96%
G = 45.2%
B = 33.84%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#53B386 (or 0x53B386) is known color: Ocean Green. HEX triplet: 53, B3 and 86. RGB value is (83,179,134). Sum of RGB (Red+Green+Blue) = 83+179+134=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 179 - color contains mainly: green. Hex color #53B386 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B386 is #AC4C79. Grayscale: #919191. Windows color (decimal): -11291770 or 8827731. OLE color: 8827731.

HSL color Cylindrical-coordinate representation of color #53B386: hue angle of 151.88º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B386 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 179 134 -
CMYK 0.54 0 0.25 0.30
HSL 151.88º 0.39% 0.51% -
HSV(B) 151.88º 0.54% 0.7% -
XYZ 23.99 35.8 28.2 -
YUV 145.17 121.7 83.66 -
System Red Green Blue C M Y K H S L
Decimal 83 179 134 0.54 0 0.25 0.30 151.88 0.39 0.51
Hex 53 B3 86 36 0 19 1E 98 27 33
Octal 123 263 206 66 0 31 36 230 47 63
Binary 1010011 10110011 10000110 110110 0 11001 11110 10011000 100111 110011

Color Harmonies of #53B386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B386

Black with #53B386

Text Example


Text Example

White with #53B386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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