Html Css Color HEX #188CAB Pelorous

📋 copy color: '#188CAB'

red 24 ◦ green 140 ◦ blue 171

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

Shades of Pelorous #188CAB

Tints of Pelorous #188CAB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.79%

 BLUE value IS 171 (67.19% from 255) = 51.04%

R = 7.16%
G = 41.79%
B = 51.04%

CMYK

 C value IS 0.86

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#188CAB (or 0x188CAB) is known color: Pelorous. HEX triplet: 18, 8C and AB. RGB value is (24,140,171). Sum of RGB (Red+Green+Blue) = 24+140+171=335 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.16% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #188CAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188CAB is #E77354. Grayscale: #6C6C6C. Windows color (decimal): -15168341 or 11242520. OLE color: 11242520.

HSL color Cylindrical-coordinate representation of color #188CAB: hue angle of 192.65º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #188CAB is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 140 171 -
CMYK 0.86 0.18 0 0.33
HSL 192.65º 0.75% 0.38% -
HSV(B) 192.65º 0.86% 0.67% -
XYZ 17.11 21.89 41.85 -
YUV 108.85 163.07 67.48 -
System Red Green Blue C M Y K H S L
Decimal 24 140 171 0.86 0.18 0 0.33 192.65 0.75 0.38
Hex 18 8C AB 56 12 0 21 C1 4B 26
Octal 30 214 253 126 22 0 41 301 113 46
Binary 11000 10001100 10101011 1010110 10010 0 100001 11000001 1001011 100110

Color Harmonies of #188CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188CAB

Black with #188CAB

Text Example


Text Example

White with #188CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,140,171); }

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

background-color css

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

 a { background-color: rgb(24,140,171); }

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

border-color css

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

 span { border-color: rgb(24,140,171); }

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