Html Css Color HEX #187D80 Atoll

📋 copy color: '#187D80'

red 24 ◦ green 125 ◦ blue 128

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

Shades of Atoll #187D80

Tints of Atoll #187D80

RGB

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

 GREEN value IS 125 (49.22% from 255) = 45.13%

 BLUE value IS 128 (50.39% from 255) = 46.21%

R = 8.66%
G = 45.13%
B = 46.21%

CMYK

 C value IS 0.81

 M value IS 0.02

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#187D80 (or 0x187D80) is known color: Atoll. HEX triplet: 18, 7D and 80. RGB value is (24,125,128). Sum of RGB (Red+Green+Blue) = 24+125+128=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 128 - color contains mainly: blue. Hex color #187D80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187D80 is #E7827F. Grayscale: #5F5F5F. Windows color (decimal): -15172224 or 8420632. OLE color: 8420632.

HSL color Cylindrical-coordinate representation of color #187D80: hue angle of 181.73º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #187D80 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 125 128 -
CMYK 0.81 0.02 0 0.50
HSL 181.73º 0.68% 0.3% -
HSV(B) 181.73º 0.81% 0.5% -
XYZ 11.61 16.42 22.98 -
YUV 95.14 146.54 77.26 -
System Red Green Blue C M Y K H S L
Decimal 24 125 128 0.81 0.02 0 0.50 181.73 0.68 0.3
Hex 18 7D 80 51 2 0 32 B6 44 1E
Octal 30 175 200 121 2 0 62 266 104 36
Binary 11000 1111101 10000000 1010001 10 0 110010 10110110 1000100 11110

Color Harmonies of #187D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187D80

Black with #187D80

Text Example


Text Example

White with #187D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,125,128); }

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

background-color css

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

 a { background-color: rgb(24,125,128); }

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

border-color css

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

 span { border-color: rgb(24,125,128); }

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