Html Css Color HEX #124F5D Teal Blue

📋 copy color: '#124F5D'

red 18 ◦ green 79 ◦ blue 93

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

Shades of Teal Blue #124F5D

Tints of Teal Blue #124F5D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 41.58%

 BLUE value IS 93 (36.72% from 255) = 48.95%

R = 9.47%
G = 41.58%
B = 48.95%

CMYK

 C value IS 0.81

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#124F5D (or 0x124F5D) is known color: Teal Blue. HEX triplet: 12, 4F and 5D. RGB value is (18,79,93). Sum of RGB (Red+Green+Blue) = 18+79+93=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #124F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124F5D is #EDB0A2. Grayscale: #3E3E3E. Windows color (decimal): -15577251 or 6115090. OLE color: 6115090.

HSL color Cylindrical-coordinate representation of color #124F5D: hue angle of 191.2º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #124F5D is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 79 93 -
CMYK 0.81 0.15 0 0.64
HSL 191.2º 0.68% 0.22% -
HSV(B) 191.2º 0.81% 0.36% -
XYZ 5.02 6.51 11.35 -
YUV 62.36 145.29 96.36 -
System Red Green Blue C M Y K H S L
Decimal 18 79 93 0.81 0.15 0 0.64 191.2 0.68 0.22
Hex 12 4F 5D 51 F 0 40 BF 44 16
Octal 22 117 135 121 17 0 100 277 104 26
Binary 10010 1001111 1011101 1010001 1111 0 1000000 10111111 1000100 10110

Color Harmonies of #124F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124F5D

Black with #124F5D

Text Example


Text Example

White with #124F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124F5D; }

 p { color: rgb(18,79,93); }

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

background-color css

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

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

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

border-color css

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

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

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