Html Css Color HEX #11958B Dark Cyan

📋 copy color: '#11958B'

red 17 ◦ green 149 ◦ blue 139

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

Shades of Dark Cyan #11958B

Tints of Dark Cyan #11958B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.85%

 BLUE value IS 139 (54.69% from 255) = 45.57%

R = 5.57%
G = 48.85%
B = 45.57%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#11958B (or 0x11958B) is known color: Dark Cyan. HEX triplet: 11, 95 and 8B. RGB value is (17,149,139). Sum of RGB (Red+Green+Blue) = 17+149+139=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #11958B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11958B is #EE6A74. Grayscale: #6C6C6C. Windows color (decimal): -15624821 or 9147665. OLE color: 9147665.

HSL color Cylindrical-coordinate representation of color #11958B: hue angle of 175.45º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11958B is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 149 139 -
CMYK 0.89 0 0.07 0.42
HSL 175.45º 0.8% 0.33% -
HSV(B) 175.45º 0.89% 0.58% -
XYZ 15.64 23.48 28.13 -
YUV 108.39 145.27 62.81 -
System Red Green Blue C M Y K H S L
Decimal 17 149 139 0.89 0 0.07 0.42 175.45 0.8 0.33
Hex 11 95 8B 59 0 7 2A AF 50 21
Octal 21 225 213 131 0 7 52 257 120 41
Binary 10001 10010101 10001011 1011001 0 111 101010 10101111 1010000 100001

Color Harmonies of #11958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11958B

Black with #11958B

Text Example


Text Example

White with #11958B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11958B; }

 p { color: rgb(17,149,139); }

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

background-color css

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

 a { background-color: rgb(17,149,139); }

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

border-color css

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

 span { border-color: rgb(17,149,139); }

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