Html Css Color HEX #188D83 Dark Cyan

📋 copy color: '#188D83'

red 24 ◦ green 141 ◦ blue 131

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

Shades of Dark Cyan #188D83

Tints of Dark Cyan #188D83

RGB

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

 GREEN value IS 141 (55.47% from 255) = 47.64%

 BLUE value IS 131 (51.56% from 255) = 44.26%

R = 8.11%
G = 47.64%
B = 44.26%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#188D83 (or 0x188D83) is known color: Dark Cyan. HEX triplet: 18, 8D and 83. RGB value is (24,141,131). Sum of RGB (Red+Green+Blue) = 24+141+131=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 141 (55.47% from 255 or 47.64% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 141 - color contains mainly: green. Hex color #188D83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188D83 is #E7727C. Grayscale: #686868. Windows color (decimal): -15168125 or 8621336. OLE color: 8621336.

HSL color Cylindrical-coordinate representation of color #188D83: hue angle of 174.87º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188D83 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 141 131 -
CMYK 0.83 0 0.07 0.45
HSL 174.87º 0.71% 0.32% -
HSV(B) 174.87º 0.83% 0.55% -
XYZ 14 20.88 24.77 -
YUV 104.88 142.74 70.31 -
System Red Green Blue C M Y K H S L
Decimal 24 141 131 0.83 0 0.07 0.45 174.87 0.71 0.32
Hex 18 8D 83 53 0 7 2D AF 47 20
Octal 30 215 203 123 0 7 55 257 107 40
Binary 11000 10001101 10000011 1010011 0 111 101101 10101111 1000111 100000

Color Harmonies of #188D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188D83

Black with #188D83

Text Example


Text Example

White with #188D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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