Html Css Color HEX #118784 Dark Cyan

📋 copy color: '#118784'

red 17 ◦ green 135 ◦ blue 132

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

Shades of Dark Cyan #118784

Tints of Dark Cyan #118784

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.54%

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

R = 5.99%
G = 47.54%
B = 46.48%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#118784 (or 0x118784) is known color: Dark Cyan. HEX triplet: 11, 87 and 84. RGB value is (17,135,132). Sum of RGB (Red+Green+Blue) = 17+135+132=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 135 - color contains mainly: green. Hex color #118784 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118784 is #EE787B. Grayscale: #636363. Windows color (decimal): -15628412 or 8685329. OLE color: 8685329.

HSL color Cylindrical-coordinate representation of color #118784: hue angle of 178.47º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118784 is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 135 132 -
CMYK 0.87 0 0.02 0.47
HSL 178.47º 0.78% 0.3% -
HSV(B) 178.47º 0.87% 0.53% -
XYZ 13.06 19.11 24.83 -
YUV 99.38 146.41 69.24 -
System Red Green Blue C M Y K H S L
Decimal 17 135 132 0.87 0 0.02 0.47 178.47 0.78 0.3
Hex 11 87 84 57 0 2 2F B2 4E 1E
Octal 21 207 204 127 0 2 57 262 116 36
Binary 10001 10000111 10000100 1010111 0 10 101111 10110010 1001110 11110

Color Harmonies of #118784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118784

Black with #118784

Text Example


Text Example

White with #118784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118784; }

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

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

background-color css

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

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

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

border-color css

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

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

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