Html Css Color HEX #0A6C57 Watercourse

📋 copy color: '#0A6C57'

red 10 ◦ green 108 ◦ blue 87

#0A6C57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #0A6C57

Tints of Watercourse #0A6C57

RGB

 RED value IS 10 (4.3% from 255) = 4.88%

 GREEN value IS 108 (42.58% from 255) = 52.68%

 BLUE value IS 87 (34.38% from 255) = 42.44%

R = 4.88%
G = 52.68%
B = 42.44%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#0A6C57 (or 0x0A6C57) is known color: Watercourse. HEX triplet: 0A, 6C and 57. RGB value is (10,108,87). Sum of RGB (Red+Green+Blue) = 10+108+87=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 108 (42.58% from 255 or 52.68% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 108 - color contains mainly: green. Hex color #0A6C57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6C57 is #F593A8. Grayscale: #4C4C4C. Windows color (decimal): -16094121 or 5729290. OLE color: 5729290.

HSL color Cylindrical-coordinate representation of color #0A6C57: hue angle of 167.14º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6C57 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB 10 108 87 -
CMYK 0.91 0 0.19 0.58
HSL 167.14º 0.83% 0.23% -
HSV(B) 167.14º 0.91% 0.42% -
XYZ 7.21 11.48 10.85 -
YUV 76.3 134.03 80.71 -
System Red Green Blue C M Y K H S L
Decimal 10 108 87 0.91 0 0.19 0.58 167.14 0.83 0.23
Hex A 6C 57 5B 0 13 3A A7 53 17
Octal 12 154 127 133 0 23 72 247 123 27
Binary 1010 1101100 1010111 1011011 0 10011 111010 10100111 1010011 10111

Color Harmonies of #0A6C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6C57

Black with #0A6C57

Text Example


Text Example

White with #0A6C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,108,87); }

 H1.HeaderClassName
 {
   color: #0A6C57;
 }
 .AnyTagClassName
 {
   color: #0A6C57;
 }
</style>

background-color css

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

 a { background-color: rgb(10,108,87); }

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

border-color css

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

 span { border-color: rgb(10,108,87); }

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