Html Css Color HEX #53B674 Ocean Green

📋 copy color: '#53B674'

red 83 ◦ green 182 ◦ blue 116

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

Shades of Ocean Green #53B674

Tints of Ocean Green #53B674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.45%

R = 21.78%
G = 47.77%
B = 30.45%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#53B674 (or 0x53B674) is known color: Ocean Green. HEX triplet: 53, B6 and 74. RGB value is (83,182,116). Sum of RGB (Red+Green+Blue) = 83+182+116=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 182 (71.48% from 255 or 47.77% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 182 - color contains mainly: green. Hex color #53B674 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B674 is #AC498B. Grayscale: #919191. Windows color (decimal): -11291020 or 7648851. OLE color: 7648851.

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

Color convert

RGB 83 182 116 -
CMYK 0.54 0 0.36 0.29
HSL 140º 0.4% 0.52% -
HSV(B) 140º 0.54% 0.71% -
XYZ 23.45 36.56 22.34 -
YUV 144.88 111.7 83.87 -
System Red Green Blue C M Y K H S L
Decimal 83 182 116 0.54 0 0.36 0.29 140 0.4 0.52
Hex 53 B6 74 36 0 24 1D 8C 28 34
Octal 123 266 164 66 0 44 35 214 50 64
Binary 1010011 10110110 1110100 110110 0 100100 11101 10001100 101000 110100

Color Harmonies of #53B674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B674

Black with #53B674

Text Example


Text Example

White with #53B674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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