Html Css Color HEX #118F97 Dark Cyan

📋 copy color: '#118F97'

red 17 ◦ green 143 ◦ blue 151

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

Shades of Dark Cyan #118F97

Tints of Dark Cyan #118F97

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.98%

 BLUE value IS 151 (59.38% from 255) = 48.55%

R = 5.47%
G = 45.98%
B = 48.55%

CMYK

 C value IS 0.89

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#118F97 (or 0x118F97) is known color: Dark Cyan. HEX triplet: 11, 8F and 97. RGB value is (17,143,151). Sum of RGB (Red+Green+Blue) = 17+143+151=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 143 (56.25% from 255 or 45.98% from 311); Blue value is 151 (59.38% from 255 or 48.55% from 311); Max value from RGB is 151 - color contains mainly: blue. Hex color #118F97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118F97 is #EE7068. Grayscale: #6A6A6A. Windows color (decimal): -15626345 or 9932561. OLE color: 9932561.

HSL color Cylindrical-coordinate representation of color #118F97: hue angle of 183.58º 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 #118F97 is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 143 151 -
CMYK 0.89 0.05 0 0.41
HSL 183.58º 0.8% 0.33% -
HSV(B) 183.58º 0.89% 0.59% -
XYZ 15.64 22 32.7 -
YUV 106.24 153.26 64.35 -
System Red Green Blue C M Y K H S L
Decimal 17 143 151 0.89 0.05 0 0.41 183.58 0.8 0.33
Hex 11 8F 97 59 5 0 29 B8 50 21
Octal 21 217 227 131 5 0 51 270 120 41
Binary 10001 10001111 10010111 1011001 101 0 101001 10111000 1010000 100001

Color Harmonies of #118F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118F97

Black with #118F97

Text Example


Text Example

White with #118F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118F97; }

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

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

background-color css

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

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

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

border-color css

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

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

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