Html Css Color HEX #11968F Dark Cyan

📋 copy color: '#11968F'

red 17 ◦ green 150 ◦ blue 143

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

Shades of Dark Cyan #11968F

Tints of Dark Cyan #11968F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.39%

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

R = 5.48%
G = 48.39%
B = 46.13%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#11968F (or 0x11968F) is known color: Dark Cyan. HEX triplet: 11, 96 and 8F. RGB value is (17,150,143). Sum of RGB (Red+Green+Blue) = 17+150+143=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 150 (58.98% from 255 or 48.39% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 150 - color contains mainly: green. Hex color #11968F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11968F is #EE6970. Grayscale: #6D6D6D. Windows color (decimal): -15624561 or 9410065. OLE color: 9410065.

HSL color Cylindrical-coordinate representation of color #11968F: hue angle of 176.84º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11968F is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 150 143 -
CMYK 0.89 0 0.05 0.41
HSL 176.84º 0.8% 0.33% -
HSV(B) 176.84º 0.89% 0.59% -
XYZ 16.1 23.92 29.75 -
YUV 109.44 146.94 62.07 -
System Red Green Blue C M Y K H S L
Decimal 17 150 143 0.89 0 0.05 0.41 176.84 0.8 0.33
Hex 11 96 8F 59 0 5 29 B1 50 21
Octal 21 226 217 131 0 5 51 261 120 41
Binary 10001 10010110 10001111 1011001 0 101 101001 10110001 1010000 100001

Color Harmonies of #11968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11968F

Black with #11968F

Text Example


Text Example

White with #11968F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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