#148a82

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

Shades of Dark Cyan #148A82

Tints of Dark Cyan #148A82

Color information

#148A82 (or 0x148A82) is unknown color: approx Dark Cyan. HEX triplet: 14, 8A and 82. RGB value is (20,138,130). Sum of RGB (Red+Green+Blue) = 20+138+130=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 138 (54.30% from 255 or 47.92% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 138 - color contains mainly: green. Hex color #148A82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148A82 is #EB757D. Grayscale: #656565. Windows color (decimal): -15431038 or 8555028. OLE color: 8555028.

HSL color Cylindrical-coordinate representation of color #148A82: hue angle of 175.93º 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 #148A82 is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB20138130-
CMYK0.8600.060.46
HSL175.93º74.68%30.98%-
HSV(B)175.93º85.51%54.12%-
XYZ13.4119.9424.26-
YUV101.81143.9169.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.94%
GREEN value IS 138 (54.30% from 255) = 47.92%
BLUE value IS 130 (51.17% from 255) = 45.14%
R=6.94%
G=47.92%
B=45.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal201381300.8600.060.46175.9374.6830.98
Hex148A8256062Eb04b1f
Octal24212202126065626011337
Binary1010010001010100000101010110011010111010110000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148a82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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