Html Css Color HEX #12505B Teal Blue

📋 copy color: '#12505B'

red 18 ◦ green 80 ◦ blue 91

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

Shades of Teal Blue #12505B

Tints of Teal Blue #12505B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.33%

 BLUE value IS 91 (35.94% from 255) = 48.15%

R = 9.52%
G = 42.33%
B = 48.15%

CMYK

 C value IS 0.80

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12505B (or 0x12505B) is known color: Teal Blue. HEX triplet: 12, 50 and 5B. RGB value is (18,80,91). Sum of RGB (Red+Green+Blue) = 18+80+91=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #12505B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12505B is #EDAFA4. Grayscale: #3E3E3E. Windows color (decimal): -15576997 or 5984274. OLE color: 5984274.

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

Color convert

RGB 18 80 91 -
CMYK 0.80 0.12 0 0.64
HSL 189.04º 0.67% 0.21% -
HSV(B) 189.04º 0.8% 0.36% -
XYZ 5.01 6.62 10.91 -
YUV 62.72 143.96 96.11 -
System Red Green Blue C M Y K H S L
Decimal 18 80 91 0.80 0.12 0 0.64 189.04 0.67 0.21
Hex 12 50 5B 50 C 0 40 BD 43 15
Octal 22 120 133 120 14 0 100 275 103 25
Binary 10010 1010000 1011011 1010000 1100 0 1000000 10111101 1000011 10101

Color Harmonies of #12505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12505B

Black with #12505B

Text Example


Text Example

White with #12505B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12505B; }

 p { color: rgb(18,80,91); }

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

background-color css

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

 a { background-color: rgb(18,80,91); }

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

border-color css

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

 span { border-color: rgb(18,80,91); }

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