Html Css Color HEX #55A273 Ocean Green

📋 copy color: '#55A273'

red 85 ◦ green 162 ◦ blue 115

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

Shades of Ocean Green #55A273

Tints of Ocean Green #55A273

RGB

 RED value IS 85 (33.59% from 255) = 23.48%

 GREEN value IS 162 (63.67% from 255) = 44.75%

 BLUE value IS 115 (45.31% from 255) = 31.77%

R = 23.48%
G = 44.75%
B = 31.77%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#55A273 (or 0x55A273) is known color: Ocean Green. HEX triplet: 55, A2 and 73. RGB value is (85,162,115). Sum of RGB (Red+Green+Blue) = 85+162+115=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 162 - color contains mainly: green. Hex color #55A273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A273 is #AA5D8C. Grayscale: #858585. Windows color (decimal): -11165069 or 7578197. OLE color: 7578197.

HSL color Cylindrical-coordinate representation of color #55A273: hue angle of 143.38º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A273 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 162 115 -
CMYK 0.48 0 0.29 0.36
HSL 143.38º 0.31% 0.48% -
HSV(B) 143.38º 0.48% 0.64% -
XYZ 19.76 29.01 20.78 -
YUV 133.62 117.49 93.32 -
System Red Green Blue C M Y K H S L
Decimal 85 162 115 0.48 0 0.29 0.36 143.38 0.31 0.48
Hex 55 A2 73 30 0 1D 24 8F 1F 30
Octal 125 242 163 60 0 35 44 217 37 60
Binary 1010101 10100010 1110011 110000 0 11101 100100 10001111 11111 110000

Color Harmonies of #55A273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A273

Black with #55A273

Text Example


Text Example

White with #55A273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55A273; }

 p { color: rgb(85,162,115); }

 H1.HeaderClassName
 {
   color: #55A273;
 }
 .AnyTagClassName
 {
   color: #55A273;
 }
</style>

background-color css

<style>
 a { background-color: #55A273; }

 a { background-color: rgb(85,162,115); }

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

border-color css

<style>
 span { border-color: #55A273; }

 span { border-color: rgb(85,162,115); }

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