Html Css Color HEX #188785 Dark Cyan

📋 copy color: '#188785'

red 24 ◦ green 135 ◦ blue 133

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

Shades of Dark Cyan #188785

Tints of Dark Cyan #188785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.55%

R = 8.22%
G = 46.23%
B = 45.55%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#188785 (or 0x188785) is known color: Dark Cyan. HEX triplet: 18, 87 and 85. RGB value is (24,135,133). Sum of RGB (Red+Green+Blue) = 24+135+133=292 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.22% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #188785 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188785 is #E7787A. Grayscale: #656565. Windows color (decimal): -15169659 or 8750872. OLE color: 8750872.

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

Color convert

RGB 24 135 133 -
CMYK 0.82 0 0.01 0.47
HSL 178.92º 0.7% 0.31% -
HSV(B) 178.92º 0.82% 0.53% -
XYZ 13.27 19.22 25.2 -
YUV 101.58 145.73 72.66 -
System Red Green Blue C M Y K H S L
Decimal 24 135 133 0.82 0 0.01 0.47 178.92 0.7 0.31
Hex 18 87 85 52 0 1 2F B3 46 1F
Octal 30 207 205 122 0 1 57 263 106 37
Binary 11000 10000111 10000101 1010010 0 1 101111 10110011 1000110 11111

Color Harmonies of #188785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188785

Black with #188785

Text Example


Text Example

White with #188785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188785; }

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

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

background-color css

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

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

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

border-color css

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

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

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