#18628A

Color #18628A Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #18628A

Tints of Bahama Blue #18628A

Color information

#18628A (or 0x18628A) is unknown color: approx Bahama Blue. HEX triplet: 18, 62 and 8A. RGB value is (24,98,138). Sum of RGB (Red+Green+Blue) = 24+98+138=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #18628A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18628A is #E79D75. Grayscale: #505050. Windows color (decimal): -15179126 or 9069080. OLE color: 9069080.

HSL color Cylindrical-coordinate representation of color #18628A: hue angle of 201.05º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18628A is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2498138-
CMYK0.830.2900.46
HSL201.05º70.37%31.76%-
HSV(B)201.05º82.61%54.12%-
XYZ9.3310.7625.63-
YUV80.43160.4887.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.23%
GREEN value IS 98 (38.67% from 255) = 37.69%
BLUE value IS 138 (54.30% from 255) = 53.08%
R=9.23%
G=37.69%
B=53.08%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24981380.830.2900.46201.0570.3731.76
Hex18628A531D02Ec94620
Octal301422121233505631110640
Binary110001100010100010101010011111010101110110010011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18628A; }

 p { color: rgb(24,98,138); }

 H1.HeaderClassName
 {
   color: #18628A;
 }
 .AnyTagClassName
 {
   color: #18628A;
 }
</style>
background-color css

<style>
 a { background-color: #18628A; }

 a { background-color: rgb(24,98,138); }

 div.DivClassName
 {
   background-color: #18628A;
 }
 .BgClassName
 {
   background-color: #18628A;
 }
</style>
border-color css

<style>
 span { border-color: #18628A; }

 span { border-color: rgb(24,98,138); }

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