Html Css Color HEX #124652 Teal Blue

📋 copy color: '#124652'

red 18 ◦ green 70 ◦ blue 82

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

Shades of Teal Blue #124652

Tints of Teal Blue #124652

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.18%

 BLUE value IS 82 (32.42% from 255) = 48.24%

R = 10.59%
G = 41.18%
B = 48.24%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#124652 (or 0x124652) is known color: Teal Blue. HEX triplet: 12, 46 and 52. RGB value is (18,70,82). Sum of RGB (Red+Green+Blue) = 18+70+82=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 82 - color contains mainly: blue. Hex color #124652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124652 is #EDB9AD. Grayscale: #373737. Windows color (decimal): -15579566 or 5391890. OLE color: 5391890.

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

Color convert

RGB 18 70 82 -
CMYK 0.78 0.15 0 0.68
HSL 191.25º 0.64% 0.2% -
HSV(B) 191.25º 0.78% 0.32% -
XYZ 3.96 5.12 8.76 -
YUV 55.82 142.77 101.02 -
System Red Green Blue C M Y K H S L
Decimal 18 70 82 0.78 0.15 0 0.68 191.25 0.64 0.2
Hex 12 46 52 4E F 0 44 BF 40 14
Octal 22 106 122 116 17 0 104 277 100 24
Binary 10010 1000110 1010010 1001110 1111 0 1000100 10111111 1000000 10100

Color Harmonies of #124652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124652

Black with #124652

Text Example


Text Example

White with #124652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124652; }

 p { color: rgb(18,70,82); }

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

background-color css

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

 a { background-color: rgb(18,70,82); }

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

border-color css

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

 span { border-color: rgb(18,70,82); }

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