#45A47C

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

Shades of Ocean Green #45A47C

Tints of Ocean Green #45A47C

Color information

#45A47C (or 0x45A47C) is unknown color: approx Ocean Green. HEX triplet: 45, A4 and 7C. RGB value is (69,164,124). Sum of RGB (Red+Green+Blue) = 69+164+124=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 164 - color contains mainly: green. Hex color #45A47C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A47C is #BA5B83. Grayscale: #838383. Windows color (decimal): -12213124 or 8168517. OLE color: 8168517.

HSL color Cylindrical-coordinate representation of color #45A47C: hue angle of 154.74º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45A47C is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB69164124-
CMYK0.5800.240.36
HSL154.74º40.77%45.69%-
HSV(B)154.74º57.93%64.31%-
XYZ19.3729.2723.7-
YUV131.04124.0383.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.33%
GREEN value IS 164 (64.45% from 255) = 45.94%
BLUE value IS 124 (48.83% from 255) = 34.73%
R=19.33%
G=45.94%
B=34.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal691641240.5800.240.36154.7440.7745.69
Hex45A47C3A018249b292e
Octal10524417472030442335156
Binary100010110100100111110011101001100010010010011011101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,164,124); }

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

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

 a { background-color: rgb(69,164,124); }

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

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

 span { border-color: rgb(69,164,124); }

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