Html Css Color HEX #0A5F4C Watercourse

📋 copy color: '#0A5F4C'

red 10 ◦ green 95 ◦ blue 76

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

Shades of Watercourse #0A5F4C

Tints of Watercourse #0A5F4C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 52.49%

 BLUE value IS 76 (30.08% from 255) = 41.99%

R = 5.52%
G = 52.49%
B = 41.99%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.20

 K value IS 0.63

RGB Variations

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

Color information

#0A5F4C (or 0x0A5F4C) is known color: Watercourse. HEX triplet: 0A, 5F and 4C. RGB value is (10,95,76). Sum of RGB (Red+Green+Blue) = 10+95+76=181 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.52% from 181); Green value is 95 (37.5% from 255 or 52.49% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 95 - color contains mainly: green. Hex color #0A5F4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5F4C is #F5A0B3. Grayscale: #434343. Windows color (decimal): -16097460 or 5005066. OLE color: 5005066.

HSL color Cylindrical-coordinate representation of color #0A5F4C: hue angle of 166.59º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5F4C is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.63.

Color convert

RGB 10 95 76 -
CMYK 0.89 0 0.20 0.63
HSL 166.59º 0.81% 0.21% -
HSV(B) 166.59º 0.89% 0.37% -
XYZ 5.52 8.77 8.24 -
YUV 67.42 132.84 87.04 -
System Red Green Blue C M Y K H S L
Decimal 10 95 76 0.89 0 0.20 0.63 166.59 0.81 0.21
Hex A 5F 4C 59 0 14 3F A7 51 15
Octal 12 137 114 131 0 24 77 247 121 25
Binary 1010 1011111 1001100 1011001 0 10100 111111 10100111 1010001 10101

Color Harmonies of #0A5F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5F4C

Black with #0A5F4C

Text Example


Text Example

White with #0A5F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,95,76); }

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

background-color css

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

 a { background-color: rgb(10,95,76); }

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

border-color css

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

 span { border-color: rgb(10,95,76); }

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