Html Css Color HEX #124753 Teal Blue

📋 copy color: '#124753'

red 18 ◦ green 71 ◦ blue 83

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

Shades of Teal Blue #124753

Tints of Teal Blue #124753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 48.26%

R = 10.47%
G = 41.28%
B = 48.26%

CMYK

 C value IS 0.78

 M value IS 0.14

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#124753 (or 0x124753) is known color: Teal Blue. HEX triplet: 12, 47 and 53. RGB value is (18,71,83). Sum of RGB (Red+Green+Blue) = 18+71+83=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 83 - color contains mainly: blue. Hex color #124753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124753 is #EDB8AC. Grayscale: #383838. Windows color (decimal): -15579309 or 5457682. OLE color: 5457682.

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

Color convert

RGB 18 71 83 -
CMYK 0.78 0.14 0 0.67
HSL 191.08º 0.64% 0.2% -
HSV(B) 191.08º 0.78% 0.33% -
XYZ 4.06 5.26 8.98 -
YUV 56.52 142.94 100.52 -
System Red Green Blue C M Y K H S L
Decimal 18 71 83 0.78 0.14 0 0.67 191.08 0.64 0.2
Hex 12 47 53 4E E 0 43 BF 40 14
Octal 22 107 123 116 16 0 103 277 100 24
Binary 10010 1000111 1010011 1001110 1110 0 1000011 10111111 1000000 10100

Color Harmonies of #124753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124753

Black with #124753

Text Example


Text Example

White with #124753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124753; }

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

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

background-color css

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

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

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

border-color css

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

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

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