Html Css Color HEX #188190 Dark Cyan

📋 copy color: '#188190'

red 24 ◦ green 129 ◦ blue 144

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

Shades of Dark Cyan #188190

Tints of Dark Cyan #188190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.43%

 BLUE value IS 144 (56.64% from 255) = 48.48%

R = 8.08%
G = 43.43%
B = 48.48%

CMYK

 C value IS 0.83

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#188190 (or 0x188190) is known color: Dark Cyan. HEX triplet: 18, 81 and 90. RGB value is (24,129,144). Sum of RGB (Red+Green+Blue) = 24+129+144=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #188190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188190 is #E77E6F. Grayscale: #636363. Windows color (decimal): -15171184 or 9470232. OLE color: 9470232.

HSL color Cylindrical-coordinate representation of color #188190: hue angle of 187.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188190 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 129 144 -
CMYK 0.83 0.10 0 0.44
HSL 187.5º 0.71% 0.33% -
HSV(B) 187.5º 0.83% 0.56% -
XYZ 13.26 17.91 29.14 -
YUV 99.32 153.21 74.28 -
System Red Green Blue C M Y K H S L
Decimal 24 129 144 0.83 0.10 0 0.44 187.5 0.71 0.33
Hex 18 81 90 53 A 0 2C BC 47 21
Octal 30 201 220 123 12 0 54 274 107 41
Binary 11000 10000001 10010000 1010011 1010 0 101100 10111100 1000111 100001

Color Harmonies of #188190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188190

Black with #188190

Text Example


Text Example

White with #188190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188190; }

 p { color: rgb(24,129,144); }

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

background-color css

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

 a { background-color: rgb(24,129,144); }

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

border-color css

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

 span { border-color: rgb(24,129,144); }

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