Html Css Color HEX #148688 Dark Cyan

📋 copy color: '#148688'

red 20 ◦ green 134 ◦ blue 136

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

Shades of Dark Cyan #148688

Tints of Dark Cyan #148688

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.21%

 BLUE value IS 136 (53.52% from 255) = 46.9%

R = 6.9%
G = 46.21%
B = 46.9%

CMYK

 C value IS 0.85

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#148688 (or 0x148688) is known color: Dark Cyan. HEX triplet: 14, 86 and 88. RGB value is (20,134,136). Sum of RGB (Red+Green+Blue) = 20+134+136=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #148688 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148688 is #EB7977. Grayscale: #646464. Windows color (decimal): -15432056 or 8947220. OLE color: 8947220.

HSL color Cylindrical-coordinate representation of color #148688: hue angle of 181.03º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148688 is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 134 136 -
CMYK 0.85 0.01 0 0.47
HSL 181.03º 0.74% 0.31% -
HSV(B) 181.03º 0.85% 0.53% -
XYZ 13.26 18.98 26.26 -
YUV 100.14 148.23 70.84 -
System Red Green Blue C M Y K H S L
Decimal 20 134 136 0.85 0.01 0 0.47 181.03 0.74 0.31
Hex 14 86 88 55 1 0 2F B5 4A 1F
Octal 24 206 210 125 1 0 57 265 112 37
Binary 10100 10000110 10001000 1010101 1 0 101111 10110101 1001010 11111

Color Harmonies of #148688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148688

Black with #148688

Text Example


Text Example

White with #148688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148688; }

 p { color: rgb(20,134,136); }

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

background-color css

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

 a { background-color: rgb(20,134,136); }

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

border-color css

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

 span { border-color: rgb(20,134,136); }

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