#0A724E

Color #0A724E Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #0A724E

Tints of Watercourse #0A724E

Color information

#0A724E (or 0x0A724E) is unknown color: approx Watercourse. HEX triplet: 0A, 72 and 4E. RGB value is (10,114,78). Sum of RGB (Red+Green+Blue) = 10+114+78=202 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.95% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #0A724E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A724E is #F58DB1. Grayscale: #4E4E4E. Windows color (decimal): -16092594 or 5141002. OLE color: 5141002.

HSL color Cylindrical-coordinate representation of color #0A724E: hue angle of 159.23º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A724E is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1011478-
CMYK0.9100.320.55
HSL159.23º83.87%24.31%-
HSV(B)159.23º91.23%44.71%-
XYZ7.5212.659.25-
YUV78.8127.5478.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.95%
GREEN value IS 114 (44.92% from 255) = 56.44%
BLUE value IS 78 (30.86% from 255) = 38.61%
R=4.95%
G=56.44%
B=38.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10114780.9100.320.55159.2383.8724.31
HexA724E5B020379f5418
Octal121621161330406723712430
Binary1010111001010011101011011010000011011110011111101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A724E; }

 p { color: rgb(10,114,78); }

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

<style>
 a { background-color: #0A724E; }

 a { background-color: rgb(10,114,78); }

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

<style>
 span { border-color: #0A724E; }

 span { border-color: rgb(10,114,78); }

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