#45AA81

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

Shades of Ocean Green #45AA81

Tints of Ocean Green #45AA81

Color information

#45AA81 (or 0x45AA81) is unknown color: approx Ocean Green. HEX triplet: 45, AA and 81. RGB value is (69,170,129). Sum of RGB (Red+Green+Blue) = 69+170+129=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 170 - color contains mainly: green. Hex color #45AA81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45AA81 is #BA557E. Grayscale: #878787. Windows color (decimal): -12211583 or 8497733. OLE color: 8497733.

HSL color Cylindrical-coordinate representation of color #45AA81: hue angle of 155.64º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45AA81 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB69170129-
CMYK0.5900.240.33
HSL155.64º42.26%46.86%-
HSV(B)155.64º59.41%66.67%-
XYZ20.7931.625.77-
YUV135.13124.5480.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.75%
GREEN value IS 170 (66.80% from 255) = 46.20%
BLUE value IS 129 (50.78% from 255) = 35.05%
R=18.75%
G=46.20%
B=35.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691701290.5900.240.33155.6442.2646.86
Hex45AA813B018219c2a2f
Octal10525220173030412345257
Binary1000101101010101000000111101101100010000110011100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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