Html Css Color HEX #118792 Dark Cyan

📋 copy color: '#118792'

red 17 ◦ green 135 ◦ blue 146

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

Shades of Dark Cyan #118792

Tints of Dark Cyan #118792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.99%

R = 5.7%
G = 45.3%
B = 48.99%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#118792 (or 0x118792) is known color: Dark Cyan. HEX triplet: 11, 87 and 92. RGB value is (17,135,146). Sum of RGB (Red+Green+Blue) = 17+135+146=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #118792 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118792 is #EE786D. Grayscale: #646464. Windows color (decimal): -15628398 or 9602833. OLE color: 9602833.

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

Color convert

RGB 17 135 146 -
CMYK 0.88 0.08 0 0.43
HSL 185.12º 0.79% 0.32% -
HSV(B) 185.12º 0.88% 0.57% -
XYZ 14.08 19.52 30.22 -
YUV 100.97 153.41 68.11 -
System Red Green Blue C M Y K H S L
Decimal 17 135 146 0.88 0.08 0 0.43 185.12 0.79 0.32
Hex 11 87 92 58 8 0 2B B9 4F 20
Octal 21 207 222 130 10 0 53 271 117 40
Binary 10001 10000111 10010010 1011000 1000 0 101011 10111001 1001111 100000

Color Harmonies of #118792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118792

Black with #118792

Text Example


Text Example

White with #118792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118792; }

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

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

background-color css

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

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

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

border-color css

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

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

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