Html Css Color HEX #55A16A Ocean Green

📋 copy color: '#55A16A'

red 85 ◦ green 161 ◦ blue 106

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

Shades of Ocean Green #55A16A

Tints of Ocean Green #55A16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.11%

R = 24.15%
G = 45.74%
B = 30.11%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#55A16A (or 0x55A16A) is known color: Ocean Green. HEX triplet: 55, A1 and 6A. RGB value is (85,161,106). Sum of RGB (Red+Green+Blue) = 85+161+106=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 161 - color contains mainly: green. Hex color #55A16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A16A is #AA5E95. Grayscale: #848484. Windows color (decimal): -11165334 or 6988117. OLE color: 6988117.

HSL color Cylindrical-coordinate representation of color #55A16A: hue angle of 136.58º 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 #55A16A is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 85 161 106 -
CMYK 0.47 0 0.34 0.37
HSL 136.58º 0.31% 0.48% -
HSV(B) 136.58º 0.47% 0.63% -
XYZ 19.09 28.46 18.12 -
YUV 132.01 113.32 94.47 -
System Red Green Blue C M Y K H S L
Decimal 85 161 106 0.47 0 0.34 0.37 136.58 0.31 0.48
Hex 55 A1 6A 2F 0 22 25 89 1F 30
Octal 125 241 152 57 0 42 45 211 37 60
Binary 1010101 10100001 1101010 101111 0 100010 100101 10001001 11111 110000

Color Harmonies of #55A16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A16A

Black with #55A16A

Text Example


Text Example

White with #55A16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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