Html Css Color HEX #187D85 Atoll

📋 copy color: '#187D85'

red 24 ◦ green 125 ◦ blue 133

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

Shades of Atoll #187D85

Tints of Atoll #187D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 47.16%

R = 8.51%
G = 44.33%
B = 47.16%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#187D85 (or 0x187D85) is known color: Atoll. HEX triplet: 18, 7D and 85. RGB value is (24,125,133). Sum of RGB (Red+Green+Blue) = 24+125+133=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 125 (49.22% from 255 or 44.33% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #187D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187D85 is #E7827A. Grayscale: #5F5F5F. Windows color (decimal): -15172219 or 8748312. OLE color: 8748312.

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

Color convert

RGB 24 125 133 -
CMYK 0.82 0.06 0 0.48
HSL 184.4º 0.69% 0.31% -
HSV(B) 184.4º 0.82% 0.52% -
XYZ 11.94 16.55 24.76 -
YUV 95.71 149.04 76.85 -
System Red Green Blue C M Y K H S L
Decimal 24 125 133 0.82 0.06 0 0.48 184.4 0.69 0.31
Hex 18 7D 85 52 6 0 30 B8 45 1F
Octal 30 175 205 122 6 0 60 270 105 37
Binary 11000 1111101 10000101 1010010 110 0 110000 10111000 1000101 11111

Color Harmonies of #187D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187D85

Black with #187D85

Text Example


Text Example

White with #187D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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