Html Css Color HEX #127070 Blue Stone

📋 copy color: '#127070'

red 18 ◦ green 112 ◦ blue 112

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

Shades of Blue Stone #127070

Tints of Blue Stone #127070

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.28%

 BLUE value IS 112 (44.14% from 255) = 46.28%

R = 7.44%
G = 46.28%
B = 46.28%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#127070 (or 0x127070) is known color: Blue Stone. HEX triplet: 12, 70 and 70. RGB value is (18,112,112). Sum of RGB (Red+Green+Blue) = 18+112+112=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #127070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127070 is #ED8F8F. Grayscale: #535353. Windows color (decimal): -15568784 or 7368722. OLE color: 7368722.

HSL color Cylindrical-coordinate representation of color #127070: hue angle of 180º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127070 is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 112 112 -
CMYK 0.84 0 0 0.56
HSL 180º 0.72% 0.25% -
HSV(B) 180º 0.84% 0.44% -
XYZ 8.97 12.89 17.34 -
YUV 83.89 143.86 81 -
System Red Green Blue C M Y K H S L
Decimal 18 112 112 0.84 0 0 0.56 180 0.72 0.25
Hex 12 70 70 54 0 0 38 B4 48 19
Octal 22 160 160 124 0 0 70 264 110 31
Binary 10010 1110000 1110000 1010100 0 0 111000 10110100 1001000 11001

Color Harmonies of #127070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127070

Black with #127070

Text Example


Text Example

White with #127070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127070; }

 p { color: rgb(18,112,112); }

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

background-color css

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

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

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

border-color css

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

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

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