Html Css Color HEX #55AC6F Ocean Green

📋 copy color: '#55AC6F'

red 85 ◦ green 172 ◦ blue 111

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

Shades of Ocean Green #55AC6F

Tints of Ocean Green #55AC6F

RGB

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

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

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

R = 23.1%
G = 46.74%
B = 30.16%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#55AC6F (or 0x55AC6F) is known color: Ocean Green. HEX triplet: 55, AC and 6F. RGB value is (85,172,111). Sum of RGB (Red+Green+Blue) = 85+172+111=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 172 (67.58% from 255 or 46.74% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AC6F is #AA5390. Grayscale: #8B8B8B. Windows color (decimal): -11162513 or 7318613. OLE color: 7318613.

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

Color convert

RGB 85 172 111 -
CMYK 0.51 0 0.35 0.33
HSL 137.93º 0.34% 0.5% -
HSV(B) 137.93º 0.51% 0.67% -
XYZ 21.37 32.58 20.2 -
YUV 139.03 112.18 89.46 -
System Red Green Blue C M Y K H S L
Decimal 85 172 111 0.51 0 0.35 0.33 137.93 0.34 0.5
Hex 55 AC 6F 33 0 23 21 8A 22 32
Octal 125 254 157 63 0 43 41 212 42 62
Binary 1010101 10101100 1101111 110011 0 100011 100001 10001010 100010 110010

Color Harmonies of #55AC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AC6F

Black with #55AC6F

Text Example


Text Example

White with #55AC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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