Html Css Color HEX #188A87 Dark Cyan

📋 copy color: '#188A87'

red 24 ◦ green 138 ◦ blue 135

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

Shades of Dark Cyan #188A87

Tints of Dark Cyan #188A87

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.46%

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

R = 8.08%
G = 46.46%
B = 45.45%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#188A87 (or 0x188A87) is known color: Dark Cyan. HEX triplet: 18, 8A and 87. RGB value is (24,138,135). Sum of RGB (Red+Green+Blue) = 24+138+135=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 138 - color contains mainly: green. Hex color #188A87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188A87 is #E77578. Grayscale: #676767. Windows color (decimal): -15168889 or 8882712. OLE color: 8882712.

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

Color convert

RGB 24 138 135 -
CMYK 0.83 0 0.02 0.46
HSL 178.42º 0.7% 0.32% -
HSV(B) 178.42º 0.83% 0.54% -
XYZ 13.84 20.12 26.08 -
YUV 103.57 145.73 71.24 -
System Red Green Blue C M Y K H S L
Decimal 24 138 135 0.83 0 0.02 0.46 178.42 0.7 0.32
Hex 18 8A 87 53 0 2 2E B2 46 20
Octal 30 212 207 123 0 2 56 262 106 40
Binary 11000 10001010 10000111 1010011 0 10 101110 10110010 1000110 100000

Color Harmonies of #188A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188A87

Black with #188A87

Text Example


Text Example

White with #188A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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