#45AC81

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

Shades of Ocean Green #45AC81

Tints of Ocean Green #45AC81

Color information

#45AC81 (or 0x45AC81) is unknown color: approx Ocean Green. HEX triplet: 45, AC and 81. RGB value is (69,172,129). Sum of RGB (Red+Green+Blue) = 69+172+129=370 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.65% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 172 - color contains mainly: green. Hex color #45AC81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45AC81 is #BA537E. Grayscale: #888888. Windows color (decimal): -12211071 or 8498245. OLE color: 8498245.

HSL color Cylindrical-coordinate representation of color #45AC81: hue angle of 154.95º 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 #45AC81 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB69172129-
CMYK0.6000.250.33
HSL154.95º42.74%47.25%-
HSV(B)154.95º59.88%67.45%-
XYZ21.1732.3625.9-
YUV136.3123.8880-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.65%
GREEN value IS 172 (67.58% from 255) = 46.49%
BLUE value IS 129 (50.78% from 255) = 34.86%
R=18.65%
G=46.49%
B=34.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691721290.6000.250.33154.9542.7447.25
Hex45AC813C019219b2b2f
Octal10525420174031412335357
Binary1000101101011001000000111110001100110000110011011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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