Html Css Color HEX #119381 Dark Cyan

📋 copy color: '#119381'

red 17 ◦ green 147 ◦ blue 129

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

Shades of Dark Cyan #119381

Tints of Dark Cyan #119381

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.17%

 BLUE value IS 129 (50.78% from 255) = 44.03%

R = 5.8%
G = 50.17%
B = 44.03%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#119381 (or 0x119381) is known color: Dark Cyan. HEX triplet: 11, 93 and 81. RGB value is (17,147,129). Sum of RGB (Red+Green+Blue) = 17+147+129=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 147 (57.81% from 255 or 50.17% from 293); Blue value is 129 (50.78% from 255 or 44.03% from 293); Max value from RGB is 147 - color contains mainly: green. Hex color #119381 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119381 is #EE6C7E. Grayscale: #6A6A6A. Windows color (decimal): -15625343 or 8491793. OLE color: 8491793.

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

Color convert

RGB 17 147 129 -
CMYK 0.88 0 0.12 0.42
HSL 171.69º 0.79% 0.32% -
HSV(B) 171.69º 0.88% 0.58% -
XYZ 14.63 22.57 24.35 -
YUV 106.08 140.93 64.46 -
System Red Green Blue C M Y K H S L
Decimal 17 147 129 0.88 0 0.12 0.42 171.69 0.79 0.32
Hex 11 93 81 58 0 C 2A AC 4F 20
Octal 21 223 201 130 0 14 52 254 117 40
Binary 10001 10010011 10000001 1011000 0 1100 101010 10101100 1001111 100000

Color Harmonies of #119381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119381

Black with #119381

Text Example


Text Example

White with #119381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119381; }

 p { color: rgb(17,147,129); }

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

background-color css

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

 a { background-color: rgb(17,147,129); }

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

border-color css

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

 span { border-color: rgb(17,147,129); }

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