Html Css Color HEX #187076 Allports

📋 copy color: '#187076'

red 24 ◦ green 112 ◦ blue 118

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

Shades of Allports #187076

Tints of Allports #187076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.09%

 BLUE value IS 118 (46.48% from 255) = 46.46%

R = 9.45%
G = 44.09%
B = 46.46%

CMYK

 C value IS 0.80

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#187076 (or 0x187076) is known color: Allports. HEX triplet: 18, 70 and 76. RGB value is (24,112,118). Sum of RGB (Red+Green+Blue) = 24+112+118=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 118 - color contains mainly: blue. Hex color #187076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187076 is #E78F89. Grayscale: #565656. Windows color (decimal): -15175562 or 7761944. OLE color: 7761944.

HSL color Cylindrical-coordinate representation of color #187076: hue angle of 183.83º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #187076 is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 24 112 118 -
CMYK 0.80 0.05 0 0.54
HSL 183.83º 0.66% 0.28% -
HSV(B) 183.83º 0.8% 0.46% -
XYZ 9.44 13.09 19.17 -
YUV 86.37 145.85 83.51 -
System Red Green Blue C M Y K H S L
Decimal 24 112 118 0.80 0.05 0 0.54 183.83 0.66 0.28
Hex 18 70 76 50 5 0 36 B8 42 1C
Octal 30 160 166 120 5 0 66 270 102 34
Binary 11000 1110000 1110110 1010000 101 0 110110 10111000 1000010 11100

Color Harmonies of #187076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187076

Black with #187076

Text Example


Text Example

White with #187076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187076; }

 p { color: rgb(24,112,118); }

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

background-color css

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

 a { background-color: rgb(24,112,118); }

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

border-color css

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

 span { border-color: rgb(24,112,118); }

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