#469C71

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

Shades of Ocean Green #469C71

Tints of Ocean Green #469C71

Color information

#469C71 (or 0x469C71) is unknown color: approx Ocean Green. HEX triplet: 46, 9C and 71. RGB value is (70,156,113). Sum of RGB (Red+Green+Blue) = 70+156+113=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 156 - color contains mainly: green. Hex color #469C71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469C71 is #B9638E. Grayscale: #7D7D7D. Windows color (decimal): -12149647 or 7445574. OLE color: 7445574.

HSL color Cylindrical-coordinate representation of color #469C71: hue angle of 150º 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 #469C71 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB70156113-
CMYK0.5500.280.39
HSL150º38.05%44.31%-
HSV(B)150º55.13%61.18%-
XYZ17.3926.2719.78-
YUV125.38121.0188.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.65%
GREEN value IS 156 (61.33% from 255) = 46.02%
BLUE value IS 113 (44.53% from 255) = 33.33%
R=20.65%
G=46.02%
B=33.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701561130.5500.280.3915038.0544.31
Hex469C713701C2796262c
Octal10623416167034472264654
Binary100011010011100111000111011101110010011110010110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469C71; }

 p { color: rgb(70,156,113); }

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

<style>
 a { background-color: #469C71; }

 a { background-color: rgb(70,156,113); }

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

<style>
 span { border-color: #469C71; }

 span { border-color: rgb(70,156,113); }

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