Html Css Color HEX #119092 Dark Cyan

📋 copy color: '#119092'

red 17 ◦ green 144 ◦ blue 146

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

Shades of Dark Cyan #119092

Tints of Dark Cyan #119092

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.91%

 BLUE value IS 146 (57.42% from 255) = 47.56%

R = 5.54%
G = 46.91%
B = 47.56%

CMYK

 C value IS 0.88

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#119092 (or 0x119092) is known color: Dark Cyan. HEX triplet: 11, 90 and 92. RGB value is (17,144,146). Sum of RGB (Red+Green+Blue) = 17+144+146=307 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.54% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #119092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119092 is #EE6F6D. Grayscale: #6A6A6A. Windows color (decimal): -15626094 or 9605137. OLE color: 9605137.

HSL color Cylindrical-coordinate representation of color #119092: hue angle of 180.93º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119092 is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 144 146 -
CMYK 0.88 0.01 0 0.43
HSL 180.93º 0.79% 0.32% -
HSV(B) 180.93º 0.88% 0.57% -
XYZ 15.39 22.14 30.66 -
YUV 106.26 150.42 64.34 -
System Red Green Blue C M Y K H S L
Decimal 17 144 146 0.88 0.01 0 0.43 180.93 0.79 0.32
Hex 11 90 92 58 1 0 2B B5 4F 20
Octal 21 220 222 130 1 0 53 265 117 40
Binary 10001 10010000 10010010 1011000 1 0 101011 10110101 1001111 100000

Color Harmonies of #119092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119092

Black with #119092

Text Example


Text Example

White with #119092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119092; }

 p { color: rgb(17,144,146); }

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

background-color css

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

 a { background-color: rgb(17,144,146); }

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

border-color css

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

 span { border-color: rgb(17,144,146); }

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