Html Css Color HEX #188389 Dark Cyan

📋 copy color: '#188389'

red 24 ◦ green 131 ◦ blue 137

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

Shades of Dark Cyan #188389

Tints of Dark Cyan #188389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.86%

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

R = 8.22%
G = 44.86%
B = 46.92%

CMYK

 C value IS 0.82

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#188389 (or 0x188389) is known color: Dark Cyan. HEX triplet: 18, 83 and 89. RGB value is (24,131,137). Sum of RGB (Red+Green+Blue) = 24+131+137=292 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.22% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 137 - color contains mainly: blue. Hex color #188389 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188389 is #E77C76. Grayscale: #636363. Windows color (decimal): -15170679 or 9011992. OLE color: 9011992.

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

Color convert

RGB 24 131 137 -
CMYK 0.82 0.04 0 0.46
HSL 183.19º 0.7% 0.32% -
HSV(B) 183.19º 0.82% 0.54% -
XYZ 13.01 18.23 26.5 -
YUV 99.69 149.05 74.01 -
System Red Green Blue C M Y K H S L
Decimal 24 131 137 0.82 0.04 0 0.46 183.19 0.7 0.32
Hex 18 83 89 52 4 0 2E B7 46 20
Octal 30 203 211 122 4 0 56 267 106 40
Binary 11000 10000011 10001001 1010010 100 0 101110 10110111 1000110 100000

Color Harmonies of #188389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188389

Black with #188389

Text Example


Text Example

White with #188389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188389; }

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

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

background-color css

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

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

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

border-color css

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

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

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