Html Css Color HEX #125D5C Blue Stone

📋 copy color: '#125D5C'

red 18 ◦ green 93 ◦ blue 92

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

Shades of Blue Stone #125D5C

Tints of Blue Stone #125D5C

RGB

 RED value IS 18 (7.42% from 255) = 8.87%

 GREEN value IS 93 (36.72% from 255) = 45.81%

 BLUE value IS 92 (36.33% from 255) = 45.32%

R = 8.87%
G = 45.81%
B = 45.32%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.01

 K value IS 0.64

RGB Variations

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

Color information

#125D5C (or 0x125D5C) is known color: Blue Stone. HEX triplet: 12, 5D and 5C. RGB value is (18,93,92). Sum of RGB (Red+Green+Blue) = 18+93+92=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 93 (36.72% from 255 or 45.81% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 93 - color contains mainly: green. Hex color #125D5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125D5C is #EDA2A3. Grayscale: #464646. Windows color (decimal): -15573668 or 6053138. OLE color: 6053138.

HSL color Cylindrical-coordinate representation of color #125D5C: hue angle of 179.2º 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 #125D5C is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 93 92 -
CMYK 0.81 0 0.01 0.64
HSL 179.2º 0.68% 0.22% -
HSV(B) 179.2º 0.81% 0.36% -
XYZ 6.1 8.73 11.49 -
YUV 70.46 140.15 90.58 -
System Red Green Blue C M Y K H S L
Decimal 18 93 92 0.81 0 0.01 0.64 179.2 0.68 0.22
Hex 12 5D 5C 51 0 1 40 B3 44 16
Octal 22 135 134 121 0 1 100 263 104 26
Binary 10010 1011101 1011100 1010001 0 1 1000000 10110011 1000100 10110

Color Harmonies of #125D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125D5C

Black with #125D5C

Text Example


Text Example

White with #125D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #125D5C;
 }
 .AnyTagClassName
 {
   color: #125D5C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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