Html Css Color HEX #55AC72 Ocean Green

📋 copy color: '#55AC72'

red 85 ◦ green 172 ◦ blue 114

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

Shades of Ocean Green #55AC72

Tints of Ocean Green #55AC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.73%

R = 22.91%
G = 46.36%
B = 30.73%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#55AC72 (or 0x55AC72) is known color: Ocean Green. HEX triplet: 55, AC and 72. RGB value is (85,172,114). Sum of RGB (Red+Green+Blue) = 85+172+114=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AC72 is #AA538D. Grayscale: #8B8B8B. Windows color (decimal): -11162510 or 7515221. OLE color: 7515221.

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

Color convert

RGB 85 172 114 -
CMYK 0.51 0 0.34 0.33
HSL 140º 0.34% 0.5% -
HSV(B) 140º 0.51% 0.67% -
XYZ 21.54 32.65 21.09 -
YUV 139.38 113.68 89.22 -
System Red Green Blue C M Y K H S L
Decimal 85 172 114 0.51 0 0.34 0.33 140 0.34 0.5
Hex 55 AC 72 33 0 22 21 8C 22 32
Octal 125 254 162 63 0 42 41 214 42 62
Binary 1010101 10101100 1110010 110011 0 100010 100001 10001100 100010 110010

Color Harmonies of #55AC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AC72

Black with #55AC72

Text Example


Text Example

White with #55AC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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