Html Css Color HEX #124F5C Teal Blue

📋 copy color: '#124F5C'

red 18 ◦ green 79 ◦ blue 92

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

Shades of Teal Blue #124F5C

Tints of Teal Blue #124F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 48.68%

R = 9.52%
G = 41.8%
B = 48.68%

CMYK

 C value IS 0.80

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#124F5C (or 0x124F5C) is known color: Teal Blue. HEX triplet: 12, 4F and 5C. RGB value is (18,79,92). Sum of RGB (Red+Green+Blue) = 18+79+92=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 92 - color contains mainly: blue. Hex color #124F5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124F5C is #EDB0A3. Grayscale: #3E3E3E. Windows color (decimal): -15577252 or 6049554. OLE color: 6049554.

HSL color Cylindrical-coordinate representation of color #124F5C: hue angle of 190.54º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #124F5C is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 79 92 -
CMYK 0.80 0.14 0 0.64
HSL 190.54º 0.67% 0.22% -
HSV(B) 190.54º 0.8% 0.36% -
XYZ 4.98 6.49 11.12 -
YUV 62.24 144.79 96.44 -
System Red Green Blue C M Y K H S L
Decimal 18 79 92 0.80 0.14 0 0.64 190.54 0.67 0.22
Hex 12 4F 5C 50 E 0 40 BF 43 16
Octal 22 117 134 120 16 0 100 277 103 26
Binary 10010 1001111 1011100 1010000 1110 0 1000000 10111111 1000011 10110

Color Harmonies of #124F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124F5C

Black with #124F5C

Text Example


Text Example

White with #124F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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