Html Css Color HEX #53B185 Ocean Green

📋 copy color: '#53B185'

red 83 ◦ green 177 ◦ blue 133

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

Shades of Ocean Green #53B185

Tints of Ocean Green #53B185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.84%

R = 21.12%
G = 45.04%
B = 33.84%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#53B185 (or 0x53B185) is known color: Ocean Green. HEX triplet: 53, B1 and 85. RGB value is (83,177,133). Sum of RGB (Red+Green+Blue) = 83+177+133=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 177 - color contains mainly: green. Hex color #53B185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B185 is #AC4E7A. Grayscale: #8F8F8F. Windows color (decimal): -11292283 or 8761683. OLE color: 8761683.

HSL color Cylindrical-coordinate representation of color #53B185: hue angle of 151.91º 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 #53B185 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 177 133 -
CMYK 0.53 0 0.25 0.31
HSL 151.91º 0.38% 0.51% -
HSV(B) 151.91º 0.53% 0.69% -
XYZ 23.52 34.98 27.7 -
YUV 143.88 121.86 84.58 -
System Red Green Blue C M Y K H S L
Decimal 83 177 133 0.53 0 0.25 0.31 151.91 0.38 0.51
Hex 53 B1 85 35 0 19 1F 98 26 33
Octal 123 261 205 65 0 31 37 230 46 63
Binary 1010011 10110001 10000101 110101 0 11001 11111 10011000 100110 110011

Color Harmonies of #53B185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B185

Black with #53B185

Text Example


Text Example

White with #53B185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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