Html Css Color HEX #187F82 Atoll

📋 copy color: '#187F82'

red 24 ◦ green 127 ◦ blue 130

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

Shades of Atoll #187F82

Tints of Atoll #187F82

RGB

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

 GREEN value IS 127 (50% from 255) = 45.2%

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

R = 8.54%
G = 45.2%
B = 46.26%

CMYK

 C value IS 0.82

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#187F82 (or 0x187F82) is known color: Atoll. HEX triplet: 18, 7F and 82. RGB value is (24,127,130). Sum of RGB (Red+Green+Blue) = 24+127+130=281 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.54% from 281); Green value is 127 (50% from 255 or 45.20% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #187F82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187F82 is #E7807D. Grayscale: #606060. Windows color (decimal): -15171710 or 8552216. OLE color: 8552216.

HSL color Cylindrical-coordinate representation of color #187F82: hue angle of 181.7º 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 #187F82 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 24 127 130 -
CMYK 0.82 0.02 0 0.49
HSL 181.7º 0.69% 0.3% -
HSV(B) 181.7º 0.82% 0.51% -
XYZ 12 16.98 23.77 -
YUV 96.55 146.88 76.26 -
System Red Green Blue C M Y K H S L
Decimal 24 127 130 0.82 0.02 0 0.49 181.7 0.69 0.3
Hex 18 7F 82 52 2 0 31 B6 45 1E
Octal 30 177 202 122 2 0 61 266 105 36
Binary 11000 1111111 10000010 1010010 10 0 110001 10110110 1000101 11110

Color Harmonies of #187F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187F82

Black with #187F82

Text Example


Text Example

White with #187F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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