Html Css Color HEX #187C85 Atoll

📋 copy color: '#187C85'

red 24 ◦ green 124 ◦ blue 133

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

Shades of Atoll #187C85

Tints of Atoll #187C85

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.13%

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

R = 8.54%
G = 44.13%
B = 47.33%

CMYK

 C value IS 0.82

 M value IS 0.07

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#187C85 (or 0x187C85) is known color: Atoll. HEX triplet: 18, 7C and 85. RGB value is (24,124,133). Sum of RGB (Red+Green+Blue) = 24+124+133=281 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.54% from 281); Green value is 124 (48.83% from 255 or 44.13% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #187C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187C85 is #E7837A. Grayscale: #5E5E5E. Windows color (decimal): -15172475 or 8748056. OLE color: 8748056.

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

Color convert

RGB 24 124 133 -
CMYK 0.82 0.07 0 0.48
HSL 184.95º 0.69% 0.31% -
HSV(B) 184.95º 0.82% 0.52% -
XYZ 11.82 16.3 24.71 -
YUV 95.13 149.37 77.27 -
System Red Green Blue C M Y K H S L
Decimal 24 124 133 0.82 0.07 0 0.48 184.95 0.69 0.31
Hex 18 7C 85 52 7 0 30 B9 45 1F
Octal 30 174 205 122 7 0 60 271 105 37
Binary 11000 1111100 10000101 1010010 111 0 110000 10111001 1000101 11111

Color Harmonies of #187C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187C85

Black with #187C85

Text Example


Text Example

White with #187C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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