Html Css Color HEX #124754 Teal Blue

📋 copy color: '#124754'

red 18 ◦ green 71 ◦ blue 84

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

Shades of Teal Blue #124754

Tints of Teal Blue #124754

RGB

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

 GREEN value IS 71 (28.13% from 255) = 41.04%

 BLUE value IS 84 (33.2% from 255) = 48.55%

R = 10.4%
G = 41.04%
B = 48.55%

CMYK

 C value IS 0.79

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#124754 (or 0x124754) is known color: Teal Blue. HEX triplet: 12, 47 and 54. RGB value is (18,71,84). Sum of RGB (Red+Green+Blue) = 18+71+84=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 84 (33.20% from 255 or 48.55% from 173); Max value from RGB is 84 - color contains mainly: blue. Hex color #124754 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124754 is #EDB8AB. Grayscale: #383838. Windows color (decimal): -15579308 or 5523218. OLE color: 5523218.

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

Color convert

RGB 18 71 84 -
CMYK 0.79 0.15 0 0.67
HSL 191.82º 0.65% 0.2% -
HSV(B) 191.82º 0.79% 0.33% -
XYZ 4.1 5.28 9.19 -
YUV 56.64 143.44 100.44 -
System Red Green Blue C M Y K H S L
Decimal 18 71 84 0.79 0.15 0 0.67 191.82 0.65 0.2
Hex 12 47 54 4F F 0 43 C0 41 14
Octal 22 107 124 117 17 0 103 300 101 24
Binary 10010 1000111 1010100 1001111 1111 0 1000011 11000000 1000001 10100

Color Harmonies of #124754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124754

Black with #124754

Text Example


Text Example

White with #124754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124754; }

 p { color: rgb(18,71,84); }

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

background-color css

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

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

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

border-color css

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

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

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