Html Css Color HEX #55AC78 Ocean Green

📋 copy color: '#55AC78'

red 85 ◦ green 172 ◦ blue 120

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

Shades of Ocean Green #55AC78

Tints of Ocean Green #55AC78

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.62%

 BLUE value IS 120 (47.27% from 255) = 31.83%

R = 22.55%
G = 45.62%
B = 31.83%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#55AC78 (or 0x55AC78) is known color: Ocean Green. HEX triplet: 55, AC and 78. RGB value is (85,172,120). Sum of RGB (Red+Green+Blue) = 85+172+120=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AC78 is #AA5387. Grayscale: #8C8C8C. Windows color (decimal): -11162504 or 7908437. OLE color: 7908437.

HSL color Cylindrical-coordinate representation of color #55AC78: hue angle of 144.14º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AC78 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 172 120 -
CMYK 0.51 0 0.30 0.33
HSL 144.14º 0.34% 0.5% -
HSV(B) 144.14º 0.51% 0.67% -
XYZ 21.89 32.79 22.95 -
YUV 140.06 116.68 88.73 -
System Red Green Blue C M Y K H S L
Decimal 85 172 120 0.51 0 0.30 0.33 144.14 0.34 0.5
Hex 55 AC 78 33 0 1E 21 90 22 32
Octal 125 254 170 63 0 36 41 220 42 62
Binary 1010101 10101100 1111000 110011 0 11110 100001 10010000 100010 110010

Color Harmonies of #55AC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AC78

Black with #55AC78

Text Example


Text Example

White with #55AC78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,172,120); }

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

background-color css

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

 a { background-color: rgb(85,172,120); }

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

border-color css

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

 span { border-color: rgb(85,172,120); }

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