Html Css Color HEX #187A82 Allports

📋 copy color: '#187A82'

red 24 ◦ green 122 ◦ blue 130

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

Shades of Allports #187A82

Tints of Allports #187A82

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.2%

 BLUE value IS 130 (51.17% from 255) = 47.1%

R = 8.7%
G = 44.2%
B = 47.1%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#187A82 (or 0x187A82) is known color: Allports. HEX triplet: 18, 7A and 82. RGB value is (24,122,130). Sum of RGB (Red+Green+Blue) = 24+122+130=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 122 (48.05% from 255 or 44.20% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #187A82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187A82 is #E7857D. Grayscale: #5D5D5D. Windows color (decimal): -15172990 or 8550936. OLE color: 8550936.

HSL color Cylindrical-coordinate representation of color #187A82: hue angle of 184.53º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #187A82 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 24 122 130 -
CMYK 0.82 0.06 0 0.49
HSL 184.53º 0.69% 0.3% -
HSV(B) 184.53º 0.82% 0.51% -
XYZ 11.37 15.72 23.56 -
YUV 93.61 148.53 78.35 -
System Red Green Blue C M Y K H S L
Decimal 24 122 130 0.82 0.06 0 0.49 184.53 0.69 0.3
Hex 18 7A 82 52 6 0 31 B9 45 1E
Octal 30 172 202 122 6 0 61 271 105 36
Binary 11000 1111010 10000010 1010010 110 0 110001 10111001 1000101 11110

Color Harmonies of #187A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187A82

Black with #187A82

Text Example


Text Example

White with #187A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187A82; }

 p { color: rgb(24,122,130); }

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

background-color css

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

 a { background-color: rgb(24,122,130); }

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

border-color css

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

 span { border-color: rgb(24,122,130); }

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