Html Css Color HEX #119486 Dark Cyan

📋 copy color: '#119486'

red 17 ◦ green 148 ◦ blue 134

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

Shades of Dark Cyan #119486

Tints of Dark Cyan #119486

RGB

 RED value IS 17 (7.03% from 255) = 5.69%

 GREEN value IS 148 (58.2% from 255) = 49.5%

 BLUE value IS 134 (52.73% from 255) = 44.82%

R = 5.69%
G = 49.5%
B = 44.82%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#119486 (or 0x119486) is known color: Dark Cyan. HEX triplet: 11, 94 and 86. RGB value is (17,148,134). Sum of RGB (Red+Green+Blue) = 17+148+134=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #119486 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119486 is #EE6B79. Grayscale: #6B6B6B. Windows color (decimal): -15625082 or 8819729. OLE color: 8819729.

HSL color Cylindrical-coordinate representation of color #119486: hue angle of 173.59º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119486 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 148 134 -
CMYK 0.89 0 0.09 0.42
HSL 173.59º 0.79% 0.32% -
HSV(B) 173.59º 0.89% 0.58% -
XYZ 15.12 23.02 26.2 -
YUV 107.24 143.1 63.64 -
System Red Green Blue C M Y K H S L
Decimal 17 148 134 0.89 0 0.09 0.42 173.59 0.79 0.32
Hex 11 94 86 59 0 9 2A AE 4F 20
Octal 21 224 206 131 0 11 52 256 117 40
Binary 10001 10010100 10000110 1011001 0 1001 101010 10101110 1001111 100000

Color Harmonies of #119486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119486

Black with #119486

Text Example


Text Example

White with #119486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119486; }

 p { color: rgb(17,148,134); }

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

background-color css

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

 a { background-color: rgb(17,148,134); }

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

border-color css

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

 span { border-color: rgb(17,148,134); }

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