Html Css Color HEX #188586 Dark Cyan

📋 copy color: '#188586'

red 24 ◦ green 133 ◦ blue 134

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

Shades of Dark Cyan #188586

Tints of Dark Cyan #188586

RGB

 RED value IS 24 (9.77% from 255) = 8.25%

 GREEN value IS 133 (52.34% from 255) = 45.7%

 BLUE value IS 134 (52.73% from 255) = 46.05%

R = 8.25%
G = 45.7%
B = 46.05%

CMYK

 C value IS 0.82

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#188586 (or 0x188586) is known color: Dark Cyan. HEX triplet: 18, 85 and 86. RGB value is (24,133,134). Sum of RGB (Red+Green+Blue) = 24+133+134=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 134 (52.73% from 255 or 46.05% from 291); Max value from RGB is 134 - color contains mainly: blue. Hex color #188586 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188586 is #E77A79. Grayscale: #646464. Windows color (decimal): -15170170 or 8815896. OLE color: 8815896.

HSL color Cylindrical-coordinate representation of color #188586: hue angle of 180.55º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188586 is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 24 133 134 -
CMYK 0.82 0.01 0 0.47
HSL 180.55º 0.7% 0.31% -
HSV(B) 180.55º 0.82% 0.53% -
XYZ 13.07 18.69 25.47 -
YUV 100.52 146.89 73.42 -
System Red Green Blue C M Y K H S L
Decimal 24 133 134 0.82 0.01 0 0.47 180.55 0.7 0.31
Hex 18 85 86 52 1 0 2F B5 46 1F
Octal 30 205 206 122 1 0 57 265 106 37
Binary 11000 10000101 10000110 1010010 1 0 101111 10110101 1000110 11111

Color Harmonies of #188586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188586

Black with #188586

Text Example


Text Example

White with #188586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188586; }

 p { color: rgb(24,133,134); }

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

background-color css

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

 a { background-color: rgb(24,133,134); }

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

border-color css

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

 span { border-color: rgb(24,133,134); }

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