Html Css Color HEX #188487 Dark Cyan

📋 copy color: '#188487'

red 24 ◦ green 132 ◦ blue 135

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

Shades of Dark Cyan #188487

Tints of Dark Cyan #188487

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.36%

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

R = 8.25%
G = 45.36%
B = 46.39%

CMYK

 C value IS 0.82

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#188487 (or 0x188487) is known color: Dark Cyan. HEX triplet: 18, 84 and 87. RGB value is (24,132,135). Sum of RGB (Red+Green+Blue) = 24+132+135=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 135 - color contains mainly: blue. Hex color #188487 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188487 is #E77B78. Grayscale: #636363. Windows color (decimal): -15170425 or 8881176. OLE color: 8881176.

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

Color convert

RGB 24 132 135 -
CMYK 0.82 0.02 0 0.47
HSL 181.62º 0.7% 0.31% -
HSV(B) 181.62º 0.82% 0.53% -
XYZ 13 18.45 25.8 -
YUV 100.05 147.72 73.76 -
System Red Green Blue C M Y K H S L
Decimal 24 132 135 0.82 0.02 0 0.47 181.62 0.7 0.31
Hex 18 84 87 52 2 0 2F B6 46 1F
Octal 30 204 207 122 2 0 57 266 106 37
Binary 11000 10000100 10000111 1010010 10 0 101111 10110110 1000110 11111

Color Harmonies of #188487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188487

Black with #188487

Text Example


Text Example

White with #188487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188487; }

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

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

background-color css

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

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

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

border-color css

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

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

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