#45AB6E

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

Shades of Ocean Green #45AB6E

Tints of Ocean Green #45AB6E

Color information

#45AB6E (or 0x45AB6E) is unknown color: approx Ocean Green. HEX triplet: 45, AB and 6E. RGB value is (69,171,110). Sum of RGB (Red+Green+Blue) = 69+171+110=350 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.71% from 350); Green value is 171 (67.19% from 255 or 48.86% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AB6E is #BA5491. Grayscale: #858585. Windows color (decimal): -12211346 or 7252805. OLE color: 7252805.

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

Color convert

RGB69171110-
CMYK0.6000.360.33
HSL144.12º42.5%47.06%-
HSV(B)144.12º59.65%67.06%-
XYZ19.8331.5219.79-
YUV133.55114.7181.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.71%
GREEN value IS 171 (67.19% from 255) = 48.86%
BLUE value IS 110 (43.36% from 255) = 31.43%
R=19.71%
G=48.86%
B=31.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691711100.6000.360.33144.1242.547.06
Hex45AB6E3C02421902a2f
Octal10525315674044412205257
Binary1000101101010111101110111100010010010000110010000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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