Html Css Color HEX #53B183 Ocean Green

📋 copy color: '#53B183'

red 83 ◦ green 177 ◦ blue 131

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

Shades of Ocean Green #53B183

Tints of Ocean Green #53B183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.5%

R = 21.23%
G = 45.27%
B = 33.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#53B183 (or 0x53B183) is known color: Ocean Green. HEX triplet: 53, B1 and 83. RGB value is (83,177,131). Sum of RGB (Red+Green+Blue) = 83+177+131=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 177 - color contains mainly: green. Hex color #53B183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B183 is #AC4E7C. Grayscale: #8F8F8F. Windows color (decimal): -11292285 or 8630611. OLE color: 8630611.

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

Color convert

RGB 83 177 131 -
CMYK 0.53 0 0.26 0.31
HSL 150.64º 0.38% 0.51% -
HSV(B) 150.64º 0.53% 0.69% -
XYZ 23.39 34.92 26.98 -
YUV 143.65 120.86 84.74 -
System Red Green Blue C M Y K H S L
Decimal 83 177 131 0.53 0 0.26 0.31 150.64 0.38 0.51
Hex 53 B1 83 35 0 1A 1F 97 26 33
Octal 123 261 203 65 0 32 37 227 46 63
Binary 1010011 10110001 10000011 110101 0 11010 11111 10010111 100110 110011

Color Harmonies of #53B183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B183

Black with #53B183

Text Example


Text Example

White with #53B183

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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