Html Css Color HEX #119288 Dark Cyan

📋 copy color: '#119288'

red 17 ◦ green 146 ◦ blue 136

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

Shades of Dark Cyan #119288

Tints of Dark Cyan #119288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.48%

R = 5.69%
G = 48.83%
B = 45.48%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#119288 (or 0x119288) is known color: Dark Cyan. HEX triplet: 11, 92 and 88. RGB value is (17,146,136). Sum of RGB (Red+Green+Blue) = 17+146+136=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 146 - color contains mainly: green. Hex color #119288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119288 is #EE6D77. Grayscale: #6A6A6A. Windows color (decimal): -15625592 or 8950289. OLE color: 8950289.

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

Color convert

RGB 17 146 136 -
CMYK 0.88 0 0.07 0.43
HSL 175.35º 0.79% 0.32% -
HSV(B) 175.35º 0.88% 0.57% -
XYZ 14.95 22.45 26.84 -
YUV 106.29 144.76 64.31 -
System Red Green Blue C M Y K H S L
Decimal 17 146 136 0.88 0 0.07 0.43 175.35 0.79 0.32
Hex 11 92 88 58 0 7 2B AF 4F 20
Octal 21 222 210 130 0 7 53 257 117 40
Binary 10001 10010010 10001000 1011000 0 111 101011 10101111 1001111 100000

Color Harmonies of #119288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119288

Black with #119288

Text Example


Text Example

White with #119288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119288; }

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

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

background-color css

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

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

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

border-color css

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

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

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