Html Css Color HEX #148E8F Dark Cyan

📋 copy color: '#148E8F'

red 20 ◦ green 142 ◦ blue 143

#148E8F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #148E8F

Tints of Dark Cyan #148E8F

RGB

 RED value IS 20 (8.2% from 255) = 6.56%

 GREEN value IS 142 (55.86% from 255) = 46.56%

 BLUE value IS 143 (56.25% from 255) = 46.89%

R = 6.56%
G = 46.56%
B = 46.89%

CMYK

 C value IS 0.86

 M value IS 0.01

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#148E8F (or 0x148E8F) is known color: Dark Cyan. HEX triplet: 14, 8E and 8F. RGB value is (20,142,143). Sum of RGB (Red+Green+Blue) = 20+142+143=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 142 (55.86% from 255 or 46.56% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 143 - color contains mainly: blue. Hex color #148E8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148E8F is #EB7170. Grayscale: #696969. Windows color (decimal): -15430001 or 9408020. OLE color: 9408020.

HSL color Cylindrical-coordinate representation of color #148E8F: hue angle of 180.49º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148E8F is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 142 143 -
CMYK 0.86 0.01 0 0.44
HSL 180.49º 0.75% 0.32% -
HSV(B) 180.49º 0.86% 0.56% -
XYZ 14.92 21.48 29.35 -
YUV 105.64 149.08 66.92 -
System Red Green Blue C M Y K H S L
Decimal 20 142 143 0.86 0.01 0 0.44 180.49 0.75 0.32
Hex 14 8E 8F 56 1 0 2C B4 4B 20
Octal 24 216 217 126 1 0 54 264 113 40
Binary 10100 10001110 10001111 1010110 1 0 101100 10110100 1001011 100000

Color Harmonies of #148E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148E8F

Black with #148E8F

Text Example


Text Example

White with #148E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,142,143); }

 H1.HeaderClassName
 {
   color: #148E8F;
 }
 .AnyTagClassName
 {
   color: #148E8F;
 }
</style>

background-color css

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

 a { background-color: rgb(20,142,143); }

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

border-color css

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

 span { border-color: rgb(20,142,143); }

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