#449E6A

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

Shades of Ocean Green #449E6A

Tints of Ocean Green #449E6A

Color information

#449E6A (or 0x449E6A) is unknown color: approx Ocean Green. HEX triplet: 44, 9E and 6A. RGB value is (68,158,106). Sum of RGB (Red+Green+Blue) = 68+158+106=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 158 (62.11% from 255 or 47.59% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 158 - color contains mainly: green. Hex color #449E6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449E6A is #BB6195. Grayscale: #7D7D7D. Windows color (decimal): -12280214 or 6987332. OLE color: 6987332.

HSL color Cylindrical-coordinate representation of color #449E6A: hue angle of 145.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449E6A is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB68158106-
CMYK0.5700.330.38
HSL145.33º39.82%44.31%-
HSV(B)145.33º56.96%61.96%-
XYZ17.2126.7217.89-
YUV125.16117.1887.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.48%
GREEN value IS 158 (62.11% from 255) = 47.59%
BLUE value IS 106 (41.80% from 255) = 31.93%
R=20.48%
G=47.59%
B=31.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681581060.5700.330.38145.3339.8244.31
Hex449E6A390212691282c
Octal10423615271041462215054
Binary1000100100111101101010111001010000110011010010001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449E6A; }

 p { color: rgb(68,158,106); }

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

<style>
 a { background-color: #449E6A; }

 a { background-color: rgb(68,158,106); }

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

<style>
 span { border-color: #449E6A; }

 span { border-color: rgb(68,158,106); }

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