Html Css Color HEX #185E80 Bahama Blue

📋 copy color: '#185E80'

red 24 ◦ green 94 ◦ blue 128

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

Shades of Bahama Blue #185E80

Tints of Bahama Blue #185E80

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.21%

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

R = 9.76%
G = 38.21%
B = 52.03%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#185E80 (or 0x185E80) is known color: Bahama Blue. HEX triplet: 18, 5E and 80. RGB value is (24,94,128). Sum of RGB (Red+Green+Blue) = 24+94+128=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #185E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185E80 is #E7A17F. Grayscale: #4C4C4C. Windows color (decimal): -15180160 or 8412696. OLE color: 8412696.

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

Color convert

RGB 24 94 128 -
CMYK 0.81 0.27 0 0.50
HSL 199.62º 0.68% 0.3% -
HSV(B) 199.62º 0.81% 0.5% -
XYZ 8.28 9.76 21.87 -
YUV 76.95 156.81 90.24 -
System Red Green Blue C M Y K H S L
Decimal 24 94 128 0.81 0.27 0 0.50 199.62 0.68 0.3
Hex 18 5E 80 51 1B 0 32 C8 44 1E
Octal 30 136 200 121 33 0 62 310 104 36
Binary 11000 1011110 10000000 1010001 11011 0 110010 11001000 1000100 11110

Color Harmonies of #185E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185E80

Black with #185E80

Text Example


Text Example

White with #185E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185E80; }

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

 H1.HeaderClassName
 {
   color: #185E80;
 }
 .AnyTagClassName
 {
   color: #185E80;
 }
</style>

background-color css

<style>
 a { background-color: #185E80; }

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

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

border-color css

<style>
 span { border-color: #185E80; }

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

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