Html Css Color HEX #188388 Dark Cyan

📋 copy color: '#188388'

red 24 ◦ green 131 ◦ blue 136

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

Shades of Dark Cyan #188388

Tints of Dark Cyan #188388

RGB

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

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

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

R = 8.25%
G = 45.02%
B = 46.74%

CMYK

 C value IS 0.82

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#188388 (or 0x188388) is known color: Dark Cyan. HEX triplet: 18, 83 and 88. RGB value is (24,131,136). Sum of RGB (Red+Green+Blue) = 24+131+136=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 131 (51.56% from 255 or 45.02% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 136 - color contains mainly: blue. Hex color #188388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188388 is #E77C77. Grayscale: #636363. Windows color (decimal): -15170680 or 8946456. OLE color: 8946456.

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

Color convert

RGB 24 131 136 -
CMYK 0.82 0.04 0 0.47
HSL 182.68º 0.7% 0.31% -
HSV(B) 182.68º 0.82% 0.53% -
XYZ 12.94 18.2 26.12 -
YUV 99.58 148.55 74.09 -
System Red Green Blue C M Y K H S L
Decimal 24 131 136 0.82 0.04 0 0.47 182.68 0.7 0.31
Hex 18 83 88 52 4 0 2F B7 46 1F
Octal 30 203 210 122 4 0 57 267 106 37
Binary 11000 10000011 10001000 1010010 100 0 101111 10110111 1000110 11111

Color Harmonies of #188388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188388

Black with #188388

Text Example


Text Example

White with #188388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188388; }

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

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

background-color css

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

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

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

border-color css

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

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

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