Html Css Color HEX #53B683 Ocean Green

📋 copy color: '#53B683'

red 83 ◦ green 182 ◦ blue 131

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

Shades of Ocean Green #53B683

Tints of Ocean Green #53B683

RGB

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

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

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

R = 20.96%
G = 45.96%
B = 33.08%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#53B683 (or 0x53B683) is known color: Ocean Green. HEX triplet: 53, B6 and 83. RGB value is (83,182,131). Sum of RGB (Red+Green+Blue) = 83+182+131=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 182 (71.48% from 255 or 45.96% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 182 - color contains mainly: green. Hex color #53B683 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B683 is #AC497C. Grayscale: #929292. Windows color (decimal): -11291005 or 8631891. OLE color: 8631891.

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

Color convert

RGB 83 182 131 -
CMYK 0.54 0 0.28 0.29
HSL 149.09º 0.4% 0.52% -
HSV(B) 149.09º 0.54% 0.71% -
XYZ 24.39 36.93 27.32 -
YUV 146.59 119.2 82.65 -
System Red Green Blue C M Y K H S L
Decimal 83 182 131 0.54 0 0.28 0.29 149.09 0.4 0.52
Hex 53 B6 83 36 0 1C 1D 95 28 34
Octal 123 266 203 66 0 34 35 225 50 64
Binary 1010011 10110110 10000011 110110 0 11100 11101 10010101 101000 110100

Color Harmonies of #53B683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B683

Black with #53B683

Text Example


Text Example

White with #53B683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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