Html Css Color HEX #118885 Dark Cyan

📋 copy color: '#118885'

red 17 ◦ green 136 ◦ blue 133

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

Shades of Dark Cyan #118885

Tints of Dark Cyan #118885

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.55%

 BLUE value IS 133 (52.34% from 255) = 46.5%

R = 5.94%
G = 47.55%
B = 46.5%

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

#118885 (or 0x118885) is known color: Dark Cyan. HEX triplet: 11, 88 and 85. RGB value is (17,136,133). Sum of RGB (Red+Green+Blue) = 17+136+133=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 136 - color contains mainly: green. Hex color #118885 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118885 is #EE777A. Grayscale: #636363. Windows color (decimal): -15628155 or 8751121. OLE color: 8751121.

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

Color convert

RGB 17 136 133 -
CMYK 0.87 0 0.02 0.47
HSL 178.49º 0.78% 0.3% -
HSV(B) 178.49º 0.88% 0.53% -
XYZ 13.27 19.42 25.24 -
YUV 100.08 146.58 68.74 -
System Red Green Blue C M Y K H S L
Decimal 17 136 133 0.87 0 0.02 0.47 178.49 0.78 0.3
Hex 11 88 85 57 0 2 2F B2 4E 1E
Octal 21 210 205 127 0 2 57 262 116 36
Binary 10001 10001000 10000101 1010111 0 10 101111 10110010 1001110 11110

Color Harmonies of #118885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118885

Black with #118885

Text Example


Text Example

White with #118885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118885; }

 p { color: rgb(17,136,133); }

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

background-color css

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

 a { background-color: rgb(17,136,133); }

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

border-color css

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

 span { border-color: rgb(17,136,133); }

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