Html Css Color HEX #53B680 Ocean Green

📋 copy color: '#53B680'

red 83 ◦ green 182 ◦ blue 128

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

Shades of Ocean Green #53B680

Tints of Ocean Green #53B680

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.31%

 BLUE value IS 128 (50.39% from 255) = 32.57%

R = 21.12%
G = 46.31%
B = 32.57%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#53B680 (or 0x53B680) is known color: Ocean Green. HEX triplet: 53, B6 and 80. RGB value is (83,182,128). Sum of RGB (Red+Green+Blue) = 83+182+128=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 182 (71.48% from 255 or 46.31% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 182 - color contains mainly: green. Hex color #53B680 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B680 is #AC497F. Grayscale: #929292. Windows color (decimal): -11291008 or 8435283. OLE color: 8435283.

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

Color convert

RGB 83 182 128 -
CMYK 0.54 0 0.30 0.29
HSL 147.27º 0.4% 0.52% -
HSV(B) 147.27º 0.54% 0.71% -
XYZ 24.19 36.85 26.26 -
YUV 146.24 117.7 82.89 -
System Red Green Blue C M Y K H S L
Decimal 83 182 128 0.54 0 0.30 0.29 147.27 0.4 0.52
Hex 53 B6 80 36 0 1E 1D 93 28 34
Octal 123 266 200 66 0 36 35 223 50 64
Binary 1010011 10110110 10000000 110110 0 11110 11101 10010011 101000 110100

Color Harmonies of #53B680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B680

Black with #53B680

Text Example


Text Example

White with #53B680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,182,128); }

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

background-color css

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

 a { background-color: rgb(83,182,128); }

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

border-color css

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

 span { border-color: rgb(83,182,128); }

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