#459B6A

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

Shades of Ocean Green #459B6A

Tints of Ocean Green #459B6A

Color information

#459B6A (or 0x459B6A) is unknown color: approx Ocean Green. HEX triplet: 45, 9B and 6A. RGB value is (69,155,106). Sum of RGB (Red+Green+Blue) = 69+155+106=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 155 - color contains mainly: green. Hex color #459B6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459B6A is #BA6495. Grayscale: #7B7B7B. Windows color (decimal): -12215446 or 6986565. OLE color: 6986565.

HSL color Cylindrical-coordinate representation of color #459B6A: hue angle of 145.81º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459B6A is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB69155106-
CMYK0.5500.320.39
HSL145.81º38.39%43.92%-
HSV(B)145.81º55.48%60.78%-
XYZ16.7825.7517.72-
YUV123.7118.0188.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.91%
GREEN value IS 155 (60.94% from 255) = 46.97%
BLUE value IS 106 (41.80% from 255) = 32.12%
R=20.91%
G=46.97%
B=32.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal691551060.5500.320.39145.8138.3943.92
Hex459B6A370202792262c
Octal10523315267040472224654
Binary1000101100110111101010110111010000010011110010010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459B6A; }

 p { color: rgb(69,155,106); }

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

<style>
 a { background-color: #459B6A; }

 a { background-color: rgb(69,155,106); }

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

<style>
 span { border-color: #459B6A; }

 span { border-color: rgb(69,155,106); }

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