Html Css Color HEX #11908D Dark Cyan

📋 copy color: '#11908D'

red 17 ◦ green 144 ◦ blue 141

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

Shades of Dark Cyan #11908D

Tints of Dark Cyan #11908D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 46.69%

R = 5.63%
G = 47.68%
B = 46.69%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#11908D (or 0x11908D) is known color: Dark Cyan. HEX triplet: 11, 90 and 8D. RGB value is (17,144,141). Sum of RGB (Red+Green+Blue) = 17+144+141=302 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.63% from 302); Green value is 144 (56.64% from 255 or 47.68% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 144 - color contains mainly: green. Hex color #11908D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11908D is #EE6F72. Grayscale: #696969. Windows color (decimal): -15626099 or 9277457. OLE color: 9277457.

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

Color convert

RGB 17 144 141 -
CMYK 0.88 0 0.02 0.44
HSL 178.58º 0.79% 0.32% -
HSV(B) 178.58º 0.88% 0.56% -
XYZ 15.01 21.99 28.65 -
YUV 105.69 147.92 64.74 -
System Red Green Blue C M Y K H S L
Decimal 17 144 141 0.88 0 0.02 0.44 178.58 0.79 0.32
Hex 11 90 8D 58 0 2 2C B3 4F 20
Octal 21 220 215 130 0 2 54 263 117 40
Binary 10001 10010000 10001101 1011000 0 10 101100 10110011 1001111 100000

Color Harmonies of #11908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11908D

Black with #11908D

Text Example


Text Example

White with #11908D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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