Html Css Color HEX #188988 Dark Cyan

📋 copy color: '#188988'

red 24 ◦ green 137 ◦ blue 136

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

Shades of Dark Cyan #188988

Tints of Dark Cyan #188988

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.13%

 BLUE value IS 136 (53.52% from 255) = 45.79%

R = 8.08%
G = 46.13%
B = 45.79%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#188988 (or 0x188988) is known color: Dark Cyan. HEX triplet: 18, 89 and 88. RGB value is (24,137,136). Sum of RGB (Red+Green+Blue) = 24+137+136=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #188988 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188988 is #E77677. Grayscale: #666666. Windows color (decimal): -15169144 or 8947992. OLE color: 8947992.

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

Color convert

RGB 24 137 136 -
CMYK 0.82 0 0.01 0.46
HSL 179.47º 0.7% 0.32% -
HSV(B) 179.47º 0.82% 0.54% -
XYZ 13.77 19.86 26.4 -
YUV 103.1 146.56 71.58 -
System Red Green Blue C M Y K H S L
Decimal 24 137 136 0.82 0 0.01 0.46 179.47 0.7 0.32
Hex 18 89 88 52 0 1 2E B3 46 20
Octal 30 211 210 122 0 1 56 263 106 40
Binary 11000 10001001 10001000 1010010 0 1 101110 10110011 1000110 100000

Color Harmonies of #188988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188988

Black with #188988

Text Example


Text Example

White with #188988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188988; }

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

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

background-color css

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

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

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

border-color css

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

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

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