#124754

Color #124754 Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #124754

Tints of Teal Blue #124754

Color information

#124754 (or 0x124754) is unknown color: approx 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

RGB187184-
CMYK0.790.1500.67
HSL191.82º64.71%20%-
HSV(B)191.82º78.57%32.94%-
XYZ4.15.289.19-
YUV56.64143.44100.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 71 (28.12% from 255) = 41.04%
BLUE value IS 84 (33.20% from 255) = 48.55%
R=10.40%
G=41.04%
B=48.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1871840.790.1500.67191.8264.7120
Hex1247544FF043c04114
Octal2210712411717010330010124
Binary1001010001111010100100111111110100001111000000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>