Html Css Color HEX #55A16D Ocean Green

📋 copy color: '#55A16D'

red 85 ◦ green 161 ◦ blue 109

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

Shades of Ocean Green #55A16D

Tints of Ocean Green #55A16D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.7%

R = 23.94%
G = 45.35%
B = 30.7%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#55A16D (or 0x55A16D) is known color: Ocean Green. HEX triplet: 55, A1 and 6D. RGB value is (85,161,109). Sum of RGB (Red+Green+Blue) = 85+161+109=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 161 - color contains mainly: green. Hex color #55A16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A16D is #AA5E92. Grayscale: #848484. Windows color (decimal): -11165331 or 7184725. OLE color: 7184725.

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

Color convert

RGB 85 161 109 -
CMYK 0.47 0 0.32 0.37
HSL 138.95º 0.31% 0.48% -
HSV(B) 138.95º 0.47% 0.63% -
XYZ 19.25 28.53 18.96 -
YUV 132.35 114.82 94.23 -
System Red Green Blue C M Y K H S L
Decimal 85 161 109 0.47 0 0.32 0.37 138.95 0.31 0.48
Hex 55 A1 6D 2F 0 20 25 8B 1F 30
Octal 125 241 155 57 0 40 45 213 37 60
Binary 1010101 10100001 1101101 101111 0 100000 100101 10001011 11111 110000

Color Harmonies of #55A16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A16D

Black with #55A16D

Text Example


Text Example

White with #55A16D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,161,109); }

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

background-color css

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

 a { background-color: rgb(85,161,109); }

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

border-color css

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

 span { border-color: rgb(85,161,109); }

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