#45B07E

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

Shades of Ocean Green #45B07E

Tints of Ocean Green #45B07E

Color information

#45B07E (or 0x45B07E) is unknown color: approx Ocean Green. HEX triplet: 45, B0 and 7E. RGB value is (69,176,126). Sum of RGB (Red+Green+Blue) = 69+176+126=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 176 - color contains mainly: green. Hex color #45B07E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45B07E is #BA4F81. Grayscale: #8A8A8A. Windows color (decimal): -12210050 or 8302661. OLE color: 8302661.

HSL color Cylindrical-coordinate representation of color #45B07E: hue angle of 151.96º 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 #45B07E is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB69176126-
CMYK0.6100.280.31
HSL151.96º43.67%48.04%-
HSV(B)151.96º60.8%69.02%-
XYZ21.7533.8225.12-
YUV138.31121.0578.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.60%
GREEN value IS 176 (69.14% from 255) = 47.44%
BLUE value IS 126 (49.61% from 255) = 33.96%
R=18.60%
G=47.44%
B=33.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal691761260.6100.280.31151.9643.6748.04
Hex45B07E3D01C1F982c30
Octal10526017675034372305460
Binary10001011011000011111101111010111001111110011000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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