#45AD71

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

Shades of Ocean Green #45AD71

Tints of Ocean Green #45AD71

Color information

#45AD71 (or 0x45AD71) is unknown color: approx Ocean Green. HEX triplet: 45, AD and 71. RGB value is (69,173,113). Sum of RGB (Red+Green+Blue) = 69+173+113=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #45AD71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AD71 is #BA528E. Grayscale: #878787. Windows color (decimal): -12210831 or 7449925. OLE color: 7449925.

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

Color convert

RGB69173113-
CMYK0.6000.350.32
HSL145.38º42.98%47.45%-
HSV(B)145.38º60.12%67.84%-
XYZ20.3832.3420.79-
YUV135.06115.5480.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.44%
GREEN value IS 173 (67.97% from 255) = 48.73%
BLUE value IS 113 (44.53% from 255) = 31.83%
R=19.44%
G=48.73%
B=31.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal691731130.6000.350.32145.3842.9847.45
Hex45AD713C02320912b2f
Octal10525516174043402215357
Binary1000101101011011110001111100010001110000010010001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,173,113); }

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

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

 a { background-color: rgb(69,173,113); }

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

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

 span { border-color: rgb(69,173,113); }

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