Html Css Color HEX #53A167 Ocean Green

📋 copy color: '#53A167'

red 83 ◦ green 161 ◦ blue 103

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

Shades of Ocean Green #53A167

Tints of Ocean Green #53A167

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.4%

 BLUE value IS 103 (40.63% from 255) = 29.68%

R = 23.92%
G = 46.4%
B = 29.68%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#53A167 (or 0x53A167) is known color: Ocean Green. HEX triplet: 53, A1 and 67. RGB value is (83,161,103). Sum of RGB (Red+Green+Blue) = 83+161+103=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 103 (40.62% from 255 or 29.68% from 347); Max value from RGB is 161 - color contains mainly: green. Hex color #53A167 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A167 is #AC5E98. Grayscale: #838383. Windows color (decimal): -11296409 or 6791507. OLE color: 6791507.

HSL color Cylindrical-coordinate representation of color #53A167: hue angle of 135.38º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53A167 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB 83 161 103 -
CMYK 0.48 0 0.36 0.37
HSL 135.38º 0.32% 0.48% -
HSV(B) 135.38º 0.48% 0.63% -
XYZ 18.76 28.31 17.31 -
YUV 131.07 112.16 93.72 -
System Red Green Blue C M Y K H S L
Decimal 83 161 103 0.48 0 0.36 0.37 135.38 0.32 0.48
Hex 53 A1 67 30 0 24 25 87 20 30
Octal 123 241 147 60 0 44 45 207 40 60
Binary 1010011 10100001 1100111 110000 0 100100 100101 10000111 100000 110000

Color Harmonies of #53A167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A167

Black with #53A167

Text Example


Text Example

White with #53A167

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,161,103); }

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

background-color css

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

 a { background-color: rgb(83,161,103); }

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

border-color css

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

 span { border-color: rgb(83,161,103); }

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