Html Css Color HEX #119093 Dark Cyan

📋 copy color: '#119093'

red 17 ◦ green 144 ◦ blue 147

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

Shades of Dark Cyan #119093

Tints of Dark Cyan #119093

RGB

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

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

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

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

CMYK

 C value IS 0.88

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

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

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

Color convert

RGB 17 144 147 -
CMYK 0.88 0.02 0 0.42
HSL 181.38º 0.79% 0.32% -
HSV(B) 181.38º 0.88% 0.58% -
XYZ 15.47 22.17 31.07 -
YUV 106.37 150.92 64.26 -
System Red Green Blue C M Y K H S L
Decimal 17 144 147 0.88 0.02 0 0.42 181.38 0.79 0.32
Hex 11 90 93 58 2 0 2A B5 4F 20
Octal 21 220 223 130 2 0 52 265 117 40
Binary 10001 10010000 10010011 1011000 10 0 101010 10110101 1001111 100000

Color Harmonies of #119093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119093

Black with #119093

Text Example


Text Example

White with #119093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119093; }

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

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

background-color css

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

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

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

border-color css

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

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

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