Html Css Color HEX #119083 Dark Cyan

📋 copy color: '#119083'

red 17 ◦ green 144 ◦ blue 131

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

Shades of Dark Cyan #119083

Tints of Dark Cyan #119083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 44.86%

R = 5.82%
G = 49.32%
B = 44.86%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#119083 (or 0x119083) is known color: Dark Cyan. HEX triplet: 11, 90 and 83. RGB value is (17,144,131). Sum of RGB (Red+Green+Blue) = 17+144+131=292 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.82% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #119083 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119083 is #EE6F7C. Grayscale: #686868. Windows color (decimal): -15626109 or 8622097. OLE color: 8622097.

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

Color convert

RGB 17 144 131 -
CMYK 0.88 0 0.09 0.44
HSL 173.86º 0.79% 0.32% -
HSV(B) 173.86º 0.88% 0.56% -
XYZ 14.3 21.7 24.91 -
YUV 104.55 142.92 65.56 -
System Red Green Blue C M Y K H S L
Decimal 17 144 131 0.88 0 0.09 0.44 173.86 0.79 0.32
Hex 11 90 83 58 0 9 2C AE 4F 20
Octal 21 220 203 130 0 11 54 256 117 40
Binary 10001 10010000 10000011 1011000 0 1001 101100 10101110 1001111 100000

Color Harmonies of #119083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119083

Black with #119083

Text Example


Text Example

White with #119083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119083; }

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

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

background-color css

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

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

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

border-color css

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

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

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