Html Css Color HEX #53A683 Ocean Green

📋 copy color: '#53A683'

red 83 ◦ green 166 ◦ blue 131

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

Shades of Ocean Green #53A683

Tints of Ocean Green #53A683

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.68%

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

R = 21.84%
G = 43.68%
B = 34.47%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#53A683 (or 0x53A683) is known color: Ocean Green. HEX triplet: 53, A6 and 83. RGB value is (83,166,131). Sum of RGB (Red+Green+Blue) = 83+166+131=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 166 (65.23% from 255 or 43.68% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 166 - color contains mainly: green. Hex color #53A683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A683 is #AC597C. Grayscale: #898989. Windows color (decimal): -11295101 or 8627795. OLE color: 8627795.

HSL color Cylindrical-coordinate representation of color #53A683: hue angle of 154.7º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53A683 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 83 166 131 -
CMYK 0.50 0 0.21 0.35
HSL 154.7º 0.33% 0.49% -
HSV(B) 154.7º 0.5% 0.65% -
XYZ 21.3 30.75 26.29 -
YUV 137.19 124.5 89.35 -
System Red Green Blue C M Y K H S L
Decimal 83 166 131 0.50 0 0.21 0.35 154.7 0.33 0.49
Hex 53 A6 83 32 0 15 23 9B 21 31
Octal 123 246 203 62 0 25 43 233 41 61
Binary 1010011 10100110 10000011 110010 0 10101 100011 10011011 100001 110001

Color Harmonies of #53A683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A683

Black with #53A683

Text Example


Text Example

White with #53A683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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