Html Css Color HEX #188589 Dark Cyan

📋 copy color: '#188589'

red 24 ◦ green 133 ◦ blue 137

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

Shades of Dark Cyan #188589

Tints of Dark Cyan #188589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 46.6%

R = 8.16%
G = 45.24%
B = 46.6%

CMYK

 C value IS 0.82

 M value IS 0.03

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#188589 (or 0x188589) is known color: Dark Cyan. HEX triplet: 18, 85 and 89. RGB value is (24,133,137). Sum of RGB (Red+Green+Blue) = 24+133+137=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 137 - color contains mainly: blue. Hex color #188589 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188589 is #E77A76. Grayscale: #646464. Windows color (decimal): -15170167 or 9012504. OLE color: 9012504.

HSL color Cylindrical-coordinate representation of color #188589: hue angle of 182.12º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188589 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 24 133 137 -
CMYK 0.82 0.03 0 0.46
HSL 182.12º 0.7% 0.32% -
HSV(B) 182.12º 0.82% 0.54% -
XYZ 13.28 18.78 26.59 -
YUV 100.87 148.39 73.17 -
System Red Green Blue C M Y K H S L
Decimal 24 133 137 0.82 0.03 0 0.46 182.12 0.7 0.32
Hex 18 85 89 52 3 0 2E B6 46 20
Octal 30 205 211 122 3 0 56 266 106 40
Binary 11000 10000101 10001001 1010010 11 0 101110 10110110 1000110 100000

Color Harmonies of #188589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188589

Black with #188589

Text Example


Text Example

White with #188589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188589; }

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

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

background-color css

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

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

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

border-color css

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

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

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