Html Css Color HEX #188587 Dark Cyan

📋 copy color: '#188587'

red 24 ◦ green 133 ◦ blue 135

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

Shades of Dark Cyan #188587

Tints of Dark Cyan #188587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 46.23%

R = 8.22%
G = 45.55%
B = 46.23%

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

#188587 (or 0x188587) is known color: Dark Cyan. HEX triplet: 18, 85 and 87. RGB value is (24,133,135). Sum of RGB (Red+Green+Blue) = 24+133+135=292 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.22% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 135 - color contains mainly: blue. Hex color #188587 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188587 is #E77A78. Grayscale: #646464. Windows color (decimal): -15170169 or 8881432. OLE color: 8881432.

HSL color Cylindrical-coordinate representation of color #188587: hue angle of 181.08º 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 #188587 is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 24 133 135 -
CMYK 0.82 0.01 0 0.47
HSL 181.08º 0.7% 0.31% -
HSV(B) 181.08º 0.82% 0.53% -
XYZ 13.14 18.72 25.84 -
YUV 100.64 147.39 73.34 -
System Red Green Blue C M Y K H S L
Decimal 24 133 135 0.82 0.01 0 0.47 181.08 0.7 0.31
Hex 18 85 87 52 1 0 2F B5 46 1F
Octal 30 205 207 122 1 0 57 265 106 37
Binary 11000 10000101 10000111 1010010 1 0 101111 10110101 1000110 11111

Color Harmonies of #188587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188587

Black with #188587

Text Example


Text Example

White with #188587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188587; }

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

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

background-color css

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

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

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

border-color css

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

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

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