#148A93

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

Shades of Dark Cyan #148A93

Tints of Dark Cyan #148A93

Color information

#148A93 (or 0x148A93) is unknown color: approx Dark Cyan. HEX triplet: 14, 8A and 93. RGB value is (20,138,147). Sum of RGB (Red+Green+Blue) = 20+138+147=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #148A93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148A93 is #EB756C. Grayscale: #676767. Windows color (decimal): -15431021 or 9669140. OLE color: 9669140.

HSL color Cylindrical-coordinate representation of color #148A93: hue angle of 184.25º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148A93 is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB20138147-
CMYK0.860.0600.42
HSL184.25º76.05%32.75%-
HSV(B)184.25º86.39%57.65%-
XYZ14.6420.4330.78-
YUV103.74152.4168.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.56%
GREEN value IS 138 (54.30% from 255) = 45.25%
BLUE value IS 147 (57.81% from 255) = 48.20%
R=6.56%
G=45.25%
B=48.20%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201381470.860.0600.42184.2576.0532.75
Hex148A9356602Ab84c21
Octal24212223126605227011441
Binary10100100010101001001110101101100101010101110001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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