#148A84

Color #148A84 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #148A84

Tints of Dark Cyan #148A84

Color information

#148A84 (or 0x148A84) is unknown color: approx Dark Cyan. HEX triplet: 14, 8A and 84. RGB value is (20,138,132). Sum of RGB (Red+Green+Blue) = 20+138+132=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 138 (54.30% from 255 or 47.59% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 138 - color contains mainly: green. Hex color #148A84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148A84 is #EB757B. Grayscale: #656565. Windows color (decimal): -15431036 or 8686100. OLE color: 8686100.

HSL color Cylindrical-coordinate representation of color #148A84: hue angle of 176.95º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148A84 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB20138132-
CMYK0.8600.040.46
HSL176.95º74.68%30.98%-
HSV(B)176.95º85.51%54.12%-
XYZ13.5419.9924.97-
YUV102.03144.9169.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.90%
GREEN value IS 138 (54.30% from 255) = 47.59%
BLUE value IS 132 (51.95% from 255) = 45.52%
R=6.90%
G=47.59%
B=45.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal201381320.8600.040.46176.9574.6830.98
Hex148A8456042Eb14b1f
Octal24212204126045626111337
Binary1010010001010100001001010110010010111010110001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148A84; }

 p { color: rgb(20,138,132); }

 H1.HeaderClassName
 {
   color: #148A84;
 }
 .AnyTagClassName
 {
   color: #148A84;
 }
</style>
background-color css

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

 a { background-color: rgb(20,138,132); }

 div.DivClassName
 {
   background-color: #148A84;
 }
 .BgClassName
 {
   background-color: #148A84;
 }
</style>
border-color css

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

 span { border-color: rgb(20,138,132); }

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