Html Css Color HEX #0B5A4A Watercourse

📋 copy color: '#0B5A4A'

red 11 ◦ green 90 ◦ blue 74

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

Shades of Watercourse #0B5A4A

Tints of Watercourse #0B5A4A

RGB

 RED value IS 11 (4.69% from 255) = 6.29%

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

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

R = 6.29%
G = 51.43%
B = 42.29%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#0B5A4A (or 0x0B5A4A) is known color: Watercourse. HEX triplet: 0B, 5A and 4A. RGB value is (11,90,74). Sum of RGB (Red+Green+Blue) = 11+90+74=175 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.29% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #0B5A4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B5A4A is #F4A5B5. Grayscale: #404040. Windows color (decimal): -16033206 or 4872715. OLE color: 4872715.

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

Color convert

RGB 11 90 74 -
CMYK 0.88 0 0.18 0.65
HSL 167.85º 0.78% 0.2% -
HSV(B) 167.85º 0.88% 0.35% -
XYZ 5.03 7.88 7.73 -
YUV 64.56 133.33 89.8 -
System Red Green Blue C M Y K H S L
Decimal 11 90 74 0.88 0 0.18 0.65 167.85 0.78 0.2
Hex B 5A 4A 58 0 12 41 A8 4E 14
Octal 13 132 112 130 0 22 101 250 116 24
Binary 1011 1011010 1001010 1011000 0 10010 1000001 10101000 1001110 10100

Color Harmonies of #0B5A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5A4A

Black with #0B5A4A

Text Example


Text Example

White with #0B5A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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