Html Css Color HEX #12675A Blue Stone

📋 copy color: '#12675A'

red 18 ◦ green 103 ◦ blue 90

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

Shades of Blue Stone #12675A

Tints of Blue Stone #12675A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 48.82%

 BLUE value IS 90 (35.55% from 255) = 42.65%

R = 8.53%
G = 48.82%
B = 42.65%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#12675A (or 0x12675A) is known color: Blue Stone. HEX triplet: 12, 67 and 5A. RGB value is (18,103,90). Sum of RGB (Red+Green+Blue) = 18+103+90=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 103 (40.62% from 255 or 48.82% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 103 - color contains mainly: green. Hex color #12675A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12675A is #ED98A5. Grayscale: #4C4C4C. Windows color (decimal): -15571110 or 5924626. OLE color: 5924626.

HSL color Cylindrical-coordinate representation of color #12675A: hue angle of 170.82º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12675A is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 103 90 -
CMYK 0.83 0 0.13 0.60
HSL 170.82º 0.7% 0.24% -
HSV(B) 170.82º 0.83% 0.4% -
XYZ 6.95 10.57 11.35 -
YUV 76.1 135.84 86.56 -
System Red Green Blue C M Y K H S L
Decimal 18 103 90 0.83 0 0.13 0.60 170.82 0.7 0.24
Hex 12 67 5A 53 0 D 3C AB 46 18
Octal 22 147 132 123 0 15 74 253 106 30
Binary 10010 1100111 1011010 1010011 0 1101 111100 10101011 1000110 11000

Color Harmonies of #12675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12675A

Black with #12675A

Text Example


Text Example

White with #12675A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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