#125E85

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

Shades of Bahama Blue #125E85

Tints of Bahama Blue #125E85

Color information

#125E85 (or 0x125E85) is unknown color: approx Bahama Blue. HEX triplet: 12, 5E and 85. RGB value is (18,94,133). Sum of RGB (Red+Green+Blue) = 18+94+133=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #125E85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125E85 is #EDA17A. Grayscale: #4B4B4B. Windows color (decimal): -15573371 or 8740370. OLE color: 8740370.

HSL color Cylindrical-coordinate representation of color #125E85: hue angle of 200.35º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #125E85 is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1894133-
CMYK0.860.2900.48
HSL200.35º76.16%29.61%-
HSV(B)200.35º86.47%52.16%-
XYZ8.499.8323.64-
YUV75.72160.3286.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.35%
GREEN value IS 94 (37.11% from 255) = 38.37%
BLUE value IS 133 (52.34% from 255) = 54.29%
R=7.35%
G=38.37%
B=54.29%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18941330.860.2900.48200.3576.1629.61
Hex125E85561D030c84c1e
Octal221362051263506031011436
Binary10010101111010000101101011011101011000011001000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125E85; }

 p { color: rgb(18,94,133); }

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

<style>
 a { background-color: #125E85; }

 a { background-color: rgb(18,94,133); }

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

<style>
 span { border-color: #125E85; }

 span { border-color: rgb(18,94,133); }

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