Html Css Color HEX #119284 Dark Cyan

📋 copy color: '#119284'

red 17 ◦ green 146 ◦ blue 132

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

Shades of Dark Cyan #119284

Tints of Dark Cyan #119284

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.49%

 BLUE value IS 132 (51.95% from 255) = 44.75%

R = 5.76%
G = 49.49%
B = 44.75%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#119284 (or 0x119284) is known color: Dark Cyan. HEX triplet: 11, 92 and 84. RGB value is (17,146,132). Sum of RGB (Red+Green+Blue) = 17+146+132=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #119284 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119284 is #EE6D7B. Grayscale: #696969. Windows color (decimal): -15625596 or 8688145. OLE color: 8688145.

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

Color convert

RGB 17 146 132 -
CMYK 0.88 0 0.10 0.43
HSL 173.49º 0.79% 0.32% -
HSV(B) 173.49º 0.88% 0.57% -
XYZ 14.67 22.34 25.37 -
YUV 105.83 142.76 64.64 -
System Red Green Blue C M Y K H S L
Decimal 17 146 132 0.88 0 0.10 0.43 173.49 0.79 0.32
Hex 11 92 84 58 0 A 2B AD 4F 20
Octal 21 222 204 130 0 12 53 255 117 40
Binary 10001 10010010 10000100 1011000 0 1010 101011 10101101 1001111 100000

Color Harmonies of #119284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119284

Black with #119284

Text Example


Text Example

White with #119284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119284; }

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

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

background-color css

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

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

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

border-color css

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

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

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