Html Css Color HEX #53B383 Ocean Green

📋 copy color: '#53B383'

red 83 ◦ green 179 ◦ blue 131

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

Shades of Ocean Green #53B383

Tints of Ocean Green #53B383

RGB

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

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

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

R = 21.12%
G = 45.55%
B = 33.33%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#53B383 (or 0x53B383) is known color: Ocean Green. HEX triplet: 53, B3 and 83. RGB value is (83,179,131). Sum of RGB (Red+Green+Blue) = 83+179+131=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 179 - color contains mainly: green. Hex color #53B383 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B383 is #AC4C7C. Grayscale: #909090. Windows color (decimal): -11291773 or 8631123. OLE color: 8631123.

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

Color convert

RGB 83 179 131 -
CMYK 0.54 0 0.27 0.30
HSL 150º 0.39% 0.51% -
HSV(B) 150º 0.54% 0.7% -
XYZ 23.78 35.72 27.11 -
YUV 144.82 120.2 83.9 -
System Red Green Blue C M Y K H S L
Decimal 83 179 131 0.54 0 0.27 0.30 150 0.39 0.51
Hex 53 B3 83 36 0 1B 1E 96 27 33
Octal 123 263 203 66 0 33 36 226 47 63
Binary 1010011 10110011 10000011 110110 0 11011 11110 10010110 100111 110011

Color Harmonies of #53B383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B383

Black with #53B383

Text Example


Text Example

White with #53B383

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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