Html Css Color HEX #124956 Teal Blue

📋 copy color: '#124956'

red 18 ◦ green 73 ◦ blue 86

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

Shades of Teal Blue #124956

Tints of Teal Blue #124956

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.24%

 BLUE value IS 86 (33.98% from 255) = 48.59%

R = 10.17%
G = 41.24%
B = 48.59%

CMYK

 C value IS 0.79

 M value IS 0.15

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#124956 (or 0x124956) is known color: Teal Blue. HEX triplet: 12, 49 and 56. RGB value is (18,73,86). Sum of RGB (Red+Green+Blue) = 18+73+86=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #124956 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124956 is #EDB6A9. Grayscale: #393939. Windows color (decimal): -15578794 or 5654802. OLE color: 5654802.

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

Color convert

RGB 18 73 86 -
CMYK 0.79 0.15 0 0.66
HSL 191.47º 0.65% 0.2% -
HSV(B) 191.47º 0.79% 0.34% -
XYZ 4.31 5.57 9.65 -
YUV 58.04 143.78 99.44 -
System Red Green Blue C M Y K H S L
Decimal 18 73 86 0.79 0.15 0 0.66 191.47 0.65 0.2
Hex 12 49 56 4F F 0 42 BF 41 14
Octal 22 111 126 117 17 0 102 277 101 24
Binary 10010 1001001 1010110 1001111 1111 0 1000010 10111111 1000001 10100

Color Harmonies of #124956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124956

Black with #124956

Text Example


Text Example

White with #124956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124956; }

 p { color: rgb(18,73,86); }

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

background-color css

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

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

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

border-color css

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

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

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