Html Css Color HEX #55A06F Ocean Green

📋 copy color: '#55A06F'

red 85 ◦ green 160 ◦ blue 111

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

Shades of Ocean Green #55A06F

Tints of Ocean Green #55A06F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.94%

 BLUE value IS 111 (43.75% from 255) = 31.18%

R = 23.88%
G = 44.94%
B = 31.18%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#55A06F (or 0x55A06F) is known color: Ocean Green. HEX triplet: 55, A0 and 6F. RGB value is (85,160,111). Sum of RGB (Red+Green+Blue) = 85+160+111=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 160 - color contains mainly: green. Hex color #55A06F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A06F is #AA5F90. Grayscale: #848484. Windows color (decimal): -11165585 or 7315541. OLE color: 7315541.

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

Color convert

RGB 85 160 111 -
CMYK 0.47 0 0.31 0.37
HSL 140.8º 0.31% 0.48% -
HSV(B) 140.8º 0.47% 0.63% -
XYZ 19.19 28.22 19.47 -
YUV 131.99 116.15 94.48 -
System Red Green Blue C M Y K H S L
Decimal 85 160 111 0.47 0 0.31 0.37 140.8 0.31 0.48
Hex 55 A0 6F 2F 0 1F 25 8D 1F 30
Octal 125 240 157 57 0 37 45 215 37 60
Binary 1010101 10100000 1101111 101111 0 11111 100101 10001101 11111 110000

Color Harmonies of #55A06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A06F

Black with #55A06F

Text Example


Text Example

White with #55A06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,160,111); }

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

background-color css

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

 a { background-color: rgb(85,160,111); }

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

border-color css

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

 span { border-color: rgb(85,160,111); }

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