Html Css Color HEX #118993 Dark Cyan

📋 copy color: '#118993'

red 17 ◦ green 137 ◦ blue 147

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

Shades of Dark Cyan #118993

Tints of Dark Cyan #118993

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.51%

 BLUE value IS 147 (57.81% from 255) = 48.84%

R = 5.65%
G = 45.51%
B = 48.84%

CMYK

 C value IS 0.88

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#118993 (or 0x118993) is known color: Dark Cyan. HEX triplet: 11, 89 and 93. RGB value is (17,137,147). Sum of RGB (Red+Green+Blue) = 17+137+147=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #118993 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118993 is #EE766C. Grayscale: #666666. Windows color (decimal): -15627885 or 9668881. OLE color: 9668881.

HSL color Cylindrical-coordinate representation of color #118993: hue angle of 184.62º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118993 is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 137 147 -
CMYK 0.88 0.07 0 0.42
HSL 184.62º 0.79% 0.32% -
HSV(B) 184.62º 0.88% 0.58% -
XYZ 14.44 20.12 30.73 -
YUV 102.26 153.24 67.19 -
System Red Green Blue C M Y K H S L
Decimal 17 137 147 0.88 0.07 0 0.42 184.62 0.79 0.32
Hex 11 89 93 58 7 0 2A B9 4F 20
Octal 21 211 223 130 7 0 52 271 117 40
Binary 10001 10001001 10010011 1011000 111 0 101010 10111001 1001111 100000

Color Harmonies of #118993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118993

Black with #118993

Text Example


Text Example

White with #118993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118993; }

 p { color: rgb(17,137,147); }

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

background-color css

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

 a { background-color: rgb(17,137,147); }

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

border-color css

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

 span { border-color: rgb(17,137,147); }

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