Html Css Color HEX #188788 Dark Cyan

📋 copy color: '#188788'

red 24 ◦ green 135 ◦ blue 136

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

Shades of Dark Cyan #188788

Tints of Dark Cyan #188788

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.76%

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

R = 8.14%
G = 45.76%
B = 46.1%

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

#188788 (or 0x188788) is known color: Dark Cyan. HEX triplet: 18, 87 and 88. RGB value is (24,135,136). Sum of RGB (Red+Green+Blue) = 24+135+136=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #188788 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188788 is #E77877. Grayscale: #656565. Windows color (decimal): -15169656 or 8947480. OLE color: 8947480.

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

Color convert

RGB 24 135 136 -
CMYK 0.82 0.01 0 0.47
HSL 180.54º 0.7% 0.31% -
HSV(B) 180.54º 0.82% 0.53% -
XYZ 13.48 19.3 26.31 -
YUV 101.93 147.23 72.42 -
System Red Green Blue C M Y K H S L
Decimal 24 135 136 0.82 0.01 0 0.47 180.54 0.7 0.31
Hex 18 87 88 52 1 0 2F B5 46 1F
Octal 30 207 210 122 1 0 57 265 106 37
Binary 11000 10000111 10001000 1010010 1 0 101111 10110101 1000110 11111

Color Harmonies of #188788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188788

Black with #188788

Text Example


Text Example

White with #188788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188788; }

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

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

background-color css

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

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

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

border-color css

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

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

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