Html Css Color HEX #188889 Dark Cyan

📋 copy color: '#188889'

red 24 ◦ green 136 ◦ blue 137

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

Shades of Dark Cyan #188889

Tints of Dark Cyan #188889

RGB

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

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

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

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

CMYK

 C value IS 0.82

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

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

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

Color convert

RGB 24 136 137 -
CMYK 0.82 0.01 0 0.46
HSL 180.53º 0.7% 0.32% -
HSV(B) 180.53º 0.82% 0.54% -
XYZ 13.7 19.61 26.73 -
YUV 102.63 147.39 71.92 -
System Red Green Blue C M Y K H S L
Decimal 24 136 137 0.82 0.01 0 0.46 180.53 0.7 0.32
Hex 18 88 89 52 1 0 2E B5 46 20
Octal 30 210 211 122 1 0 56 265 106 40
Binary 11000 10001000 10001001 1010010 1 0 101110 10110101 1000110 100000

Color Harmonies of #188889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188889

Black with #188889

Text Example


Text Example

White with #188889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188889; }

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

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

background-color css

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

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

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

border-color css

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

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

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