Html Css Color HEX #53B181 Ocean Green

📋 copy color: '#53B181'

red 83 ◦ green 177 ◦ blue 129

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

Shades of Ocean Green #53B181

Tints of Ocean Green #53B181

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.5%

 BLUE value IS 129 (50.78% from 255) = 33.16%

R = 21.34%
G = 45.5%
B = 33.16%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#53B181 (or 0x53B181) is known color: Ocean Green. HEX triplet: 53, B1 and 81. RGB value is (83,177,129). Sum of RGB (Red+Green+Blue) = 83+177+129=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #53B181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B181 is #AC4E7E. Grayscale: #8F8F8F. Windows color (decimal): -11292287 or 8499539. OLE color: 8499539.

HSL color Cylindrical-coordinate representation of color #53B181: hue angle of 149.36º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53B181 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 177 129 -
CMYK 0.53 0 0.27 0.31
HSL 149.36º 0.38% 0.51% -
HSV(B) 149.36º 0.53% 0.69% -
XYZ 23.25 34.87 26.27 -
YUV 143.42 119.86 84.9 -
System Red Green Blue C M Y K H S L
Decimal 83 177 129 0.53 0 0.27 0.31 149.36 0.38 0.51
Hex 53 B1 81 35 0 1B 1F 95 26 33
Octal 123 261 201 65 0 33 37 225 46 63
Binary 1010011 10110001 10000001 110101 0 11011 11111 10010101 100110 110011

Color Harmonies of #53B181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B181

Black with #53B181

Text Example


Text Example

White with #53B181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,177,129); }

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

background-color css

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

 a { background-color: rgb(83,177,129); }

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

border-color css

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

 span { border-color: rgb(83,177,129); }

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