#148289

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

Shades of Dark Cyan #148289

Tints of Dark Cyan #148289

Color information

#148289 (or 0x148289) is unknown color: approx Dark Cyan. HEX triplet: 14, 82 and 89. RGB value is (20,130,137). Sum of RGB (Red+Green+Blue) = 20+130+137=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #148289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148289 is #EB7D76. Grayscale: #616161. Windows color (decimal): -15433079 or 9011732. OLE color: 9011732.

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

Color convert

RGB20130137-
CMYK0.850.0500.46
HSL183.59º74.52%30.78%-
HSV(B)183.59º85.4%53.73%-
XYZ12.7917.9226.45-
YUV97.91150.0672.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.97%
GREEN value IS 130 (51.17% from 255) = 45.30%
BLUE value IS 137 (53.91% from 255) = 47.74%
R=6.97%
G=45.30%
B=47.74%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal201301370.850.0500.46183.5974.5230.78
Hex14828955502Eb84b1f
Octal24202211125505627011337
Binary1010010000010100010011010101101010111010111000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148289; }

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

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

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

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

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

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

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

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