#449C6A

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

Shades of Ocean Green #449C6A

Tints of Ocean Green #449C6A

Color information

#449C6A (or 0x449C6A) is unknown color: approx Ocean Green. HEX triplet: 44, 9C and 6A. RGB value is (68,156,106). Sum of RGB (Red+Green+Blue) = 68+156+106=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #449C6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449C6A is #BB6395. Grayscale: #7C7C7C. Windows color (decimal): -12280726 or 6986820. OLE color: 6986820.

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

Color convert

RGB68156106-
CMYK0.5600.320.39
HSL145.91º39.29%43.92%-
HSV(B)145.91º56.41%61.18%-
XYZ16.8726.0517.77-
YUV123.99117.8588.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.61%
GREEN value IS 156 (61.33% from 255) = 47.27%
BLUE value IS 106 (41.80% from 255) = 32.12%
R=20.61%
G=47.27%
B=32.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681561060.5600.320.39145.9139.2943.92
Hex449C6A380202792272c
Octal10423415270040472224754
Binary1000100100111001101010111000010000010011110010010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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