Html Css Color HEX #0A5A4A Watercourse

📋 copy color: '#0A5A4A'

red 10 ◦ green 90 ◦ blue 74

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

Shades of Watercourse #0A5A4A

Tints of Watercourse #0A5A4A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 51.72%

 BLUE value IS 74 (29.3% from 255) = 42.53%

R = 5.75%
G = 51.72%
B = 42.53%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#0A5A4A (or 0x0A5A4A) is known color: Watercourse. HEX triplet: 0A, 5A and 4A. RGB value is (10,90,74). Sum of RGB (Red+Green+Blue) = 10+90+74=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 90 (35.55% from 255 or 51.72% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 90 - color contains mainly: green. Hex color #0A5A4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5A4A is #F5A5B5. Grayscale: #404040. Windows color (decimal): -16098742 or 4872714. OLE color: 4872714.

HSL color Cylindrical-coordinate representation of color #0A5A4A: hue angle of 168º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5A4A is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 10 90 74 -
CMYK 0.89 0 0.18 0.65
HSL 168º 0.8% 0.2% -
HSV(B) 168º 0.89% 0.35% -
XYZ 5.02 7.87 7.73 -
YUV 64.26 133.5 89.3 -
System Red Green Blue C M Y K H S L
Decimal 10 90 74 0.89 0 0.18 0.65 168 0.8 0.2
Hex A 5A 4A 59 0 12 41 A8 50 14
Octal 12 132 112 131 0 22 101 250 120 24
Binary 1010 1011010 1001010 1011001 0 10010 1000001 10101000 1010000 10100

Color Harmonies of #0A5A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5A4A

Black with #0A5A4A

Text Example


Text Example

White with #0A5A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,90,74); }

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

background-color css

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

 a { background-color: rgb(10,90,74); }

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

border-color css

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

 span { border-color: rgb(10,90,74); }

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