Html Css Color HEX #127268 Blue Stone

📋 copy color: '#127268'

red 18 ◦ green 114 ◦ blue 104

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

Shades of Blue Stone #127268

Tints of Blue Stone #127268

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.31%

 BLUE value IS 104 (41.02% from 255) = 44.07%

R = 7.63%
G = 48.31%
B = 44.07%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#127268 (or 0x127268) is known color: Blue Stone. HEX triplet: 12, 72 and 68. RGB value is (18,114,104). Sum of RGB (Red+Green+Blue) = 18+114+104=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #127268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127268 is #ED8D97. Grayscale: #545454. Windows color (decimal): -15568280 or 6844946. OLE color: 6844946.

HSL color Cylindrical-coordinate representation of color #127268: hue angle of 173.75º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127268 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 114 104 -
CMYK 0.84 0 0.09 0.55
HSL 173.75º 0.73% 0.26% -
HSV(B) 173.75º 0.84% 0.45% -
XYZ 8.77 13.16 15.18 -
YUV 84.16 139.2 80.81 -
System Red Green Blue C M Y K H S L
Decimal 18 114 104 0.84 0 0.09 0.55 173.75 0.73 0.26
Hex 12 72 68 54 0 9 37 AE 49 1A
Octal 22 162 150 124 0 11 67 256 111 32
Binary 10010 1110010 1101000 1010100 0 1001 110111 10101110 1001001 11010

Color Harmonies of #127268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127268

Black with #127268

Text Example


Text Example

White with #127268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127268; }

 p { color: rgb(18,114,104); }

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

background-color css

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

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

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

border-color css

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

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

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