Html Css Color HEX #148090 Dark Cyan

📋 copy color: '#148090'

red 20 ◦ green 128 ◦ blue 144

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

Shades of Dark Cyan #148090

Tints of Dark Cyan #148090

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.84%

 BLUE value IS 144 (56.64% from 255) = 49.32%

R = 6.85%
G = 43.84%
B = 49.32%

CMYK

 C value IS 0.86

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#148090 (or 0x148090) is known color: Dark Cyan. HEX triplet: 14, 80 and 90. RGB value is (20,128,144). Sum of RGB (Red+Green+Blue) = 20+128+144=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #148090 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148090 is #EB7F6F. Grayscale: #616161. Windows color (decimal): -15433584 or 9469972. OLE color: 9469972.

HSL color Cylindrical-coordinate representation of color #148090: hue angle of 187.74º degrees, saturation: 0.76, 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 #148090 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 128 144 -
CMYK 0.86 0.11 0 0.44
HSL 187.74º 0.76% 0.32% -
HSV(B) 187.74º 0.86% 0.56% -
XYZ 13.04 17.6 29.1 -
YUV 97.53 154.22 72.7 -
System Red Green Blue C M Y K H S L
Decimal 20 128 144 0.86 0.11 0 0.44 187.74 0.76 0.32
Hex 14 80 90 56 B 0 2C BC 4C 20
Octal 24 200 220 126 13 0 54 274 114 40
Binary 10100 10000000 10010000 1010110 1011 0 101100 10111100 1001100 100000

Color Harmonies of #148090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148090

Black with #148090

Text Example


Text Example

White with #148090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148090; }

 p { color: rgb(20,128,144); }

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

background-color css

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

 a { background-color: rgb(20,128,144); }

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

border-color css

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

 span { border-color: rgb(20,128,144); }

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