#45B084

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

Shades of Ocean Green #45B084

Tints of Ocean Green #45B084

Color information

#45B084 (or 0x45B084) is unknown color: approx Ocean Green. HEX triplet: 45, B0 and 84. RGB value is (69,176,132). Sum of RGB (Red+Green+Blue) = 69+176+132=377 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.30% from 377); Green value is 176 (69.14% from 255 or 46.68% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 176 - color contains mainly: green. Hex color #45B084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45B084 is #BA4F7B. Grayscale: #8B8B8B. Windows color (decimal): -12210044 or 8695877. OLE color: 8695877.

HSL color Cylindrical-coordinate representation of color #45B084: hue angle of 155.33º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45B084 is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB69176132-
CMYK0.6100.250.31
HSL155.33º43.67%48.04%-
HSV(B)155.33º60.8%69.02%-
XYZ22.1433.9827.22-
YUV138.99124.0578.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.30%
GREEN value IS 176 (69.14% from 255) = 46.68%
BLUE value IS 132 (51.95% from 255) = 35.01%
R=18.30%
G=46.68%
B=35.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal691761320.6100.250.31155.3343.6748.04
Hex45B0843D0191F9b2c30
Octal10526020475031372335460
Binary100010110110000100001001111010110011111110011011101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,176,132); }

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

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

 a { background-color: rgb(69,176,132); }

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

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

 span { border-color: rgb(69,176,132); }

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