Html Css Color HEX #125260 Teal Blue

📋 copy color: '#125260'

red 18 ◦ green 82 ◦ blue 96

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

Shades of Teal Blue #125260

Tints of Teal Blue #125260

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.84%

 BLUE value IS 96 (37.89% from 255) = 48.98%

R = 9.18%
G = 41.84%
B = 48.98%

CMYK

 C value IS 0.81

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#125260 (or 0x125260) is known color: Teal Blue. HEX triplet: 12, 52 and 60. RGB value is (18,82,96). Sum of RGB (Red+Green+Blue) = 18+82+96=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #125260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125260 is #EDAD9F. Grayscale: #404040. Windows color (decimal): -15576480 or 6312466. OLE color: 6312466.

HSL color Cylindrical-coordinate representation of color #125260: hue angle of 190.77º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125260 is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 82 96 -
CMYK 0.81 0.15 0 0.62
HSL 190.77º 0.68% 0.22% -
HSV(B) 190.77º 0.81% 0.38% -
XYZ 5.38 7.01 12.14 -
YUV 64.46 145.8 94.86 -
System Red Green Blue C M Y K H S L
Decimal 18 82 96 0.81 0.15 0 0.62 190.77 0.68 0.22
Hex 12 52 60 51 F 0 3E BF 44 16
Octal 22 122 140 121 17 0 76 277 104 26
Binary 10010 1010010 1100000 1010001 1111 0 111110 10111111 1000100 10110

Color Harmonies of #125260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125260

Black with #125260

Text Example


Text Example

White with #125260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125260; }

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

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

background-color css

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

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

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

border-color css

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

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

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