Html Css Color HEX #55AC74 Ocean Green

📋 copy color: '#55AC74'

red 85 ◦ green 172 ◦ blue 116

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

Shades of Ocean Green #55AC74

Tints of Ocean Green #55AC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.1%

R = 22.79%
G = 46.11%
B = 31.1%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#55AC74 (or 0x55AC74) is known color: Ocean Green. HEX triplet: 55, AC and 74. RGB value is (85,172,116). Sum of RGB (Red+Green+Blue) = 85+172+116=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AC74 is #AA538B. Grayscale: #8B8B8B. Windows color (decimal): -11162508 or 7646293. OLE color: 7646293.

HSL color Cylindrical-coordinate representation of color #55AC74: hue angle of 141.38º 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 #55AC74 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 172 116 -
CMYK 0.51 0 0.33 0.33
HSL 141.38º 0.34% 0.5% -
HSV(B) 141.38º 0.51% 0.67% -
XYZ 21.65 32.7 21.69 -
YUV 139.6 114.68 89.05 -
System Red Green Blue C M Y K H S L
Decimal 85 172 116 0.51 0 0.33 0.33 141.38 0.34 0.5
Hex 55 AC 74 33 0 21 21 8D 22 32
Octal 125 254 164 63 0 41 41 215 42 62
Binary 1010101 10101100 1110100 110011 0 100001 100001 10001101 100010 110010

Color Harmonies of #55AC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AC74

Black with #55AC74

Text Example


Text Example

White with #55AC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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