Html Css Color HEX #188DA6 Pelorous

📋 copy color: '#188DA6'

red 24 ◦ green 141 ◦ blue 166

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

Shades of Pelorous #188DA6

Tints of Pelorous #188DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 50.15%

R = 7.25%
G = 42.6%
B = 50.15%

CMYK

 C value IS 0.86

 M value IS 0.15

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#188DA6 (or 0x188DA6) is known color: Pelorous. HEX triplet: 18, 8D and A6. RGB value is (24,141,166). Sum of RGB (Red+Green+Blue) = 24+141+166=331 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.25% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 166 (65.23% from 255 or 50.15% from 331); Max value from RGB is 166 - color contains mainly: blue. Hex color #188DA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188DA6 is #E77259. Grayscale: #6C6C6C. Windows color (decimal): -15168090 or 10915096. OLE color: 10915096.

HSL color Cylindrical-coordinate representation of color #188DA6: hue angle of 190.56º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #188DA6 is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 24 141 166 -
CMYK 0.86 0.15 0 0.35
HSL 190.56º 0.75% 0.37% -
HSV(B) 190.56º 0.86% 0.65% -
XYZ 16.78 22 39.44 -
YUV 108.87 160.24 67.47 -
System Red Green Blue C M Y K H S L
Decimal 24 141 166 0.86 0.15 0 0.35 190.56 0.75 0.37
Hex 18 8D A6 56 F 0 23 BF 4B 25
Octal 30 215 246 126 17 0 43 277 113 45
Binary 11000 10001101 10100110 1010110 1111 0 100011 10111111 1001011 100101

Color Harmonies of #188DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188DA6

Black with #188DA6

Text Example


Text Example

White with #188DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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