Html Css Color HEX #187D7F Atoll

📋 copy color: '#187D7F'

red 24 ◦ green 125 ◦ blue 127

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

Shades of Atoll #187D7F

Tints of Atoll #187D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 46.01%

R = 8.7%
G = 45.29%
B = 46.01%

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

#187D7F (or 0x187D7F) is known color: Atoll. HEX triplet: 18, 7D and 7F. RGB value is (24,125,127). Sum of RGB (Red+Green+Blue) = 24+125+127=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 125 (49.22% from 255 or 45.29% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 127 - color contains mainly: blue. Hex color #187D7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187D7F is #E78280. Grayscale: #5E5E5E. Windows color (decimal): -15172225 or 8355096. OLE color: 8355096.

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

Color convert

RGB 24 125 127 -
CMYK 0.81 0.02 0 0.50
HSL 181.17º 0.68% 0.3% -
HSV(B) 181.17º 0.81% 0.5% -
XYZ 11.54 16.39 22.63 -
YUV 95.03 146.04 77.34 -
System Red Green Blue C M Y K H S L
Decimal 24 125 127 0.81 0.02 0 0.50 181.17 0.68 0.3
Hex 18 7D 7F 51 2 0 32 B5 44 1E
Octal 30 175 177 121 2 0 62 265 104 36
Binary 11000 1111101 1111111 1010001 10 0 110010 10110101 1000100 11110

Color Harmonies of #187D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187D7F

Black with #187D7F

Text Example


Text Example

White with #187D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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