#45AC7F

Color #45AC7F Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #45AC7F

Tints of Ocean Green #45AC7F

Color information

#45AC7F (or 0x45AC7F) is unknown color: approx Ocean Green. HEX triplet: 45, AC and 7F. RGB value is (69,172,127). Sum of RGB (Red+Green+Blue) = 69+172+127=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 172 (67.58% from 255 or 46.74% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 172 - color contains mainly: green. Hex color #45AC7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AC7F is #BA5380. Grayscale: #888888. Windows color (decimal): -12211073 or 8367173. OLE color: 8367173.

HSL color Cylindrical-coordinate representation of color #45AC7F: hue angle of 153.79º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45AC7F is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB69172127-
CMYK0.6000.260.33
HSL153.79º42.74%47.25%-
HSV(B)153.79º59.88%67.45%-
XYZ21.0432.325.2-
YUV136.07122.8880.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.75%
GREEN value IS 172 (67.58% from 255) = 46.74%
BLUE value IS 127 (50% from 255) = 34.51%
R=18.75%
G=46.74%
B=34.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691721270.6000.260.33153.7942.7447.25
Hex45AC7F3C01A219a2b2f
Octal10525417774032412325357
Binary100010110101100111111111110001101010000110011010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45AC7F; }

 p { color: rgb(69,172,127); }

 H1.HeaderClassName
 {
   color: #45AC7F;
 }
 .AnyTagClassName
 {
   color: #45AC7F;
 }
</style>
background-color css

<style>
 a { background-color: #45AC7F; }

 a { background-color: rgb(69,172,127); }

 div.DivClassName
 {
   background-color: #45AC7F;
 }
 .BgClassName
 {
   background-color: #45AC7F;
 }
</style>
border-color css

<style>
 span { border-color: #45AC7F; }

 span { border-color: rgb(69,172,127); }

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