Html Css Color HEX #55AC71 Ocean Green

📋 copy color: '#55AC71'

red 85 ◦ green 172 ◦ blue 113

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

Shades of Ocean Green #55AC71

Tints of Ocean Green #55AC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.54%

R = 22.97%
G = 46.49%
B = 30.54%

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

#55AC71 (or 0x55AC71) is known color: Ocean Green. HEX triplet: 55, AC and 71. RGB value is (85,172,113). Sum of RGB (Red+Green+Blue) = 85+172+113=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AC71 is #AA538E. Grayscale: #8B8B8B. Windows color (decimal): -11162511 or 7449685. OLE color: 7449685.

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

Color convert

RGB 85 172 113 -
CMYK 0.51 0 0.34 0.33
HSL 139.31º 0.34% 0.5% -
HSV(B) 139.31º 0.51% 0.67% -
XYZ 21.48 32.63 20.79 -
YUV 139.26 113.18 89.3 -
System Red Green Blue C M Y K H S L
Decimal 85 172 113 0.51 0 0.34 0.33 139.31 0.34 0.5
Hex 55 AC 71 33 0 22 21 8B 22 32
Octal 125 254 161 63 0 42 41 213 42 62
Binary 1010101 10101100 1110001 110011 0 100010 100001 10001011 100010 110010

Color Harmonies of #55AC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AC71

Black with #55AC71

Text Example


Text Example

White with #55AC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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