#125D5A

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

Shades of Blue Stone #125D5A

Tints of Blue Stone #125D5A

Color information

#125D5A (or 0x125D5A) is unknown color: approx Blue Stone. HEX triplet: 12, 5D and 5A. RGB value is (18,93,90). Sum of RGB (Red+Green+Blue) = 18+93+90=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 93 (36.72% from 255 or 46.27% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 93 - color contains mainly: green. Hex color #125D5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125D5A is #EDA2A5. Grayscale: #464646. Windows color (decimal): -15573670 or 5922066. OLE color: 5922066.

HSL color Cylindrical-coordinate representation of color #125D5A: hue angle of 177.6º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125D5A is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB189390-
CMYK0.8100.030.64
HSL177.6º67.57%21.76%-
HSV(B)177.6º80.65%36.47%-
XYZ6.018.711.03-
YUV70.23139.1590.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.96%
GREEN value IS 93 (36.72% from 255) = 46.27%
BLUE value IS 90 (35.55% from 255) = 44.78%
R=8.96%
G=46.27%
B=44.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1893900.8100.030.64177.667.5721.76
Hex125D5A510340b24416
Octal221351321210310026210426
Binary10010101110110110101010001011100000010110010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,93,90); }

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

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

 a { background-color: rgb(18,93,90); }

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

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

 span { border-color: rgb(18,93,90); }

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