Html Css Color HEX #119285 Dark Cyan

📋 copy color: '#119285'

red 17 ◦ green 146 ◦ blue 133

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

Shades of Dark Cyan #119285

Tints of Dark Cyan #119285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.93%

R = 5.74%
G = 49.32%
B = 44.93%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#119285 (or 0x119285) is known color: Dark Cyan. HEX triplet: 11, 92 and 85. RGB value is (17,146,133). Sum of RGB (Red+Green+Blue) = 17+146+133=296 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.74% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #119285 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119285 is #EE6D7A. Grayscale: #696969. Windows color (decimal): -15625595 or 8753681. OLE color: 8753681.

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

Color convert

RGB 17 146 133 -
CMYK 0.88 0 0.09 0.43
HSL 173.95º 0.79% 0.32% -
HSV(B) 173.95º 0.88% 0.57% -
XYZ 14.74 22.37 25.73 -
YUV 105.95 143.26 64.56 -
System Red Green Blue C M Y K H S L
Decimal 17 146 133 0.88 0 0.09 0.43 173.95 0.79 0.32
Hex 11 92 85 58 0 9 2B AE 4F 20
Octal 21 222 205 130 0 11 53 256 117 40
Binary 10001 10010010 10000101 1011000 0 1001 101011 10101110 1001111 100000

Color Harmonies of #119285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119285

Black with #119285

Text Example


Text Example

White with #119285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119285; }

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

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

background-color css

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

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

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

border-color css

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

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

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