Html Css Color HEX #125554 Blue Stone

📋 copy color: '#125554'

red 18 ◦ green 85 ◦ blue 84

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

Shades of Blue Stone #125554

Tints of Blue Stone #125554

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.45%

 BLUE value IS 84 (33.2% from 255) = 44.92%

R = 9.63%
G = 45.45%
B = 44.92%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#125554 (or 0x125554) is known color: Blue Stone. HEX triplet: 12, 55 and 54. RGB value is (18,85,84). Sum of RGB (Red+Green+Blue) = 18+85+84=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #125554 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125554 is #EDAAAB. Grayscale: #404040. Windows color (decimal): -15575724 or 5526802. OLE color: 5526802.

HSL color Cylindrical-coordinate representation of color #125554: hue angle of 179.1º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125554 is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 85 84 -
CMYK 0.79 0 0.01 0.67
HSL 179.1º 0.65% 0.2% -
HSV(B) 179.1º 0.79% 0.33% -
XYZ 5.1 7.27 9.52 -
YUV 64.85 138.8 94.58 -
System Red Green Blue C M Y K H S L
Decimal 18 85 84 0.79 0 0.01 0.67 179.1 0.65 0.2
Hex 12 55 54 4F 0 1 43 B3 41 14
Octal 22 125 124 117 0 1 103 263 101 24
Binary 10010 1010101 1010100 1001111 0 1 1000011 10110011 1000001 10100

Color Harmonies of #125554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125554

Black with #125554

Text Example


Text Example

White with #125554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125554; }

 p { color: rgb(18,85,84); }

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

background-color css

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

 a { background-color: rgb(18,85,84); }

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

border-color css

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

 span { border-color: rgb(18,85,84); }

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