Html Css Color HEX #187D82 Atoll

📋 copy color: '#187D82'

red 24 ◦ green 125 ◦ blue 130

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

Shades of Atoll #187D82

Tints of Atoll #187D82

RGB

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

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

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

R = 8.6%
G = 44.8%
B = 46.59%

CMYK

 C value IS 0.82

 M value IS 0.04

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#187D82 (or 0x187D82) is known color: Atoll. HEX triplet: 18, 7D and 82. RGB value is (24,125,130). Sum of RGB (Red+Green+Blue) = 24+125+130=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 125 (49.22% from 255 or 44.80% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #187D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187D82 is #E7827D. Grayscale: #5F5F5F. Windows color (decimal): -15172222 or 8551704. OLE color: 8551704.

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

Color convert

RGB 24 125 130 -
CMYK 0.82 0.04 0 0.49
HSL 182.83º 0.69% 0.3% -
HSV(B) 182.83º 0.82% 0.51% -
XYZ 11.74 16.47 23.68 -
YUV 95.37 147.54 77.09 -
System Red Green Blue C M Y K H S L
Decimal 24 125 130 0.82 0.04 0 0.49 182.83 0.69 0.3
Hex 18 7D 82 52 4 0 31 B7 45 1E
Octal 30 175 202 122 4 0 61 267 105 36
Binary 11000 1111101 10000010 1010010 100 0 110001 10110111 1000101 11110

Color Harmonies of #187D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187D82

Black with #187D82

Text Example


Text Example

White with #187D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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