#45AB7F

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

Shades of Ocean Green #45AB7F

Tints of Ocean Green #45AB7F

Color information

#45AB7F (or 0x45AB7F) is unknown color: approx Ocean Green. HEX triplet: 45, AB and 7F. RGB value is (69,171,127). Sum of RGB (Red+Green+Blue) = 69+171+127=367 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.80% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AB7F is #BA5480. Grayscale: #878787. Windows color (decimal): -12211329 or 8366917. OLE color: 8366917.

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

Color convert

RGB69171127-
CMYK0.6000.260.33
HSL154.12º42.5%47.06%-
HSV(B)154.12º59.65%67.06%-
XYZ20.8531.9225.14-
YUV135.49123.2180.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.80%
GREEN value IS 171 (67.19% from 255) = 46.59%
BLUE value IS 127 (50% from 255) = 34.60%
R=18.80%
G=46.59%
B=34.60%

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
Decimal691711270.6000.260.33154.1242.547.06
Hex45AB7F3C01A219a2a2f
Octal10525317774032412325257
Binary100010110101011111111111110001101010000110011010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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