#449C6B

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

Shades of Ocean Green #449C6B

Tints of Ocean Green #449C6B

Color information

#449C6B (or 0x449C6B) is unknown color: approx Ocean Green. HEX triplet: 44, 9C and 6B. RGB value is (68,156,107). Sum of RGB (Red+Green+Blue) = 68+156+107=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #449C6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449C6B is #BB6394. Grayscale: #7C7C7C. Windows color (decimal): -12280725 or 7052356. OLE color: 7052356.

HSL color Cylindrical-coordinate representation of color #449C6B: hue angle of 146.59º 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 #449C6B is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB68156107-
CMYK0.5600.310.39
HSL146.59º39.29%43.92%-
HSV(B)146.59º56.41%61.18%-
XYZ16.9326.0718.05-
YUV124.1118.3587.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.54%
GREEN value IS 156 (61.33% from 255) = 47.13%
BLUE value IS 107 (42.19% from 255) = 32.33%
R=20.54%
G=47.13%
B=32.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681561070.5600.310.39146.5939.2943.92
Hex449C6B3801F2793272c
Octal10423415370037472234754
Binary100010010011100110101111100001111110011110010011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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