Html Css Color HEX #11908F Dark Cyan

📋 copy color: '#11908F'

red 17 ◦ green 144 ◦ blue 143

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

Shades of Dark Cyan #11908F

Tints of Dark Cyan #11908F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.04%

R = 5.59%
G = 47.37%
B = 47.04%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#11908F (or 0x11908F) is known color: Dark Cyan. HEX triplet: 11, 90 and 8F. RGB value is (17,144,143). Sum of RGB (Red+Green+Blue) = 17+144+143=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 144 - color contains mainly: green. Hex color #11908F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11908F is #EE6F70. Grayscale: #696969. Windows color (decimal): -15626097 or 9408529. OLE color: 9408529.

HSL color Cylindrical-coordinate representation of color #11908F: hue angle of 179.53º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11908F is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 144 143 -
CMYK 0.88 0 0.01 0.44
HSL 179.53º 0.79% 0.32% -
HSV(B) 179.53º 0.88% 0.56% -
XYZ 15.16 22.05 29.44 -
YUV 105.91 148.92 64.58 -
System Red Green Blue C M Y K H S L
Decimal 17 144 143 0.88 0 0.01 0.44 179.53 0.79 0.32
Hex 11 90 8F 58 0 1 2C B4 4F 20
Octal 21 220 217 130 0 1 54 264 117 40
Binary 10001 10010000 10001111 1011000 0 1 101100 10110100 1001111 100000

Color Harmonies of #11908F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11908F

Black with #11908F

Text Example


Text Example

White with #11908F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11908F; }

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

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

background-color css

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

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

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

border-color css

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

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

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