Html Css Color HEX #119390 Dark Cyan

📋 copy color: '#119390'

red 17 ◦ green 147 ◦ blue 144

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

Shades of Dark Cyan #119390

Tints of Dark Cyan #119390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.75%

R = 5.52%
G = 47.73%
B = 46.75%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#119390 (or 0x119390) is known color: Dark Cyan. HEX triplet: 11, 93 and 90. RGB value is (17,147,144). Sum of RGB (Red+Green+Blue) = 17+147+144=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #119390 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119390 is #EE6C6F. Grayscale: #6B6B6B. Windows color (decimal): -15625328 or 9474833. OLE color: 9474833.

HSL color Cylindrical-coordinate representation of color #119390: hue angle of 178.62º 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 #119390 is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 147 144 -
CMYK 0.88 0 0.02 0.42
HSL 178.62º 0.79% 0.32% -
HSV(B) 178.62º 0.88% 0.58% -
XYZ 15.7 23 30 -
YUV 107.79 148.43 63.24 -
System Red Green Blue C M Y K H S L
Decimal 17 147 144 0.88 0 0.02 0.42 178.62 0.79 0.32
Hex 11 93 90 58 0 2 2A B3 4F 20
Octal 21 223 220 130 0 2 52 263 117 40
Binary 10001 10010011 10010000 1011000 0 10 101010 10110011 1001111 100000

Color Harmonies of #119390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119390

Black with #119390

Text Example


Text Example

White with #119390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119390; }

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

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

background-color css

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

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

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

border-color css

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

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

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