Html Css Color HEX #119484 Dark Cyan

📋 copy color: '#119484'

red 17 ◦ green 148 ◦ blue 132

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

Shades of Dark Cyan #119484

Tints of Dark Cyan #119484

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.83%

 BLUE value IS 132 (51.95% from 255) = 44.44%

R = 5.72%
G = 49.83%
B = 44.44%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#119484 (or 0x119484) is known color: Dark Cyan. HEX triplet: 11, 94 and 84. RGB value is (17,148,132). Sum of RGB (Red+Green+Blue) = 17+148+132=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 148 - color contains mainly: green. Hex color #119484 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119484 is #EE6B7B. Grayscale: #6A6A6A. Windows color (decimal): -15625084 or 8688657. OLE color: 8688657.

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

Color convert

RGB 17 148 132 -
CMYK 0.89 0 0.11 0.42
HSL 172.67º 0.79% 0.32% -
HSV(B) 172.67º 0.89% 0.58% -
XYZ 14.99 22.96 25.47 -
YUV 107.01 142.1 63.8 -
System Red Green Blue C M Y K H S L
Decimal 17 148 132 0.89 0 0.11 0.42 172.67 0.79 0.32
Hex 11 94 84 59 0 B 2A AD 4F 20
Octal 21 224 204 131 0 13 52 255 117 40
Binary 10001 10010100 10000100 1011001 0 1011 101010 10101101 1001111 100000

Color Harmonies of #119484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119484

Black with #119484

Text Example


Text Example

White with #119484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119484; }

 p { color: rgb(17,148,132); }

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

background-color css

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

 a { background-color: rgb(17,148,132); }

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

border-color css

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

 span { border-color: rgb(17,148,132); }

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