Html Css Color HEX #149288 Dark Cyan

📋 copy color: '#149288'

red 20 ◦ green 146 ◦ blue 136

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

Shades of Dark Cyan #149288

Tints of Dark Cyan #149288

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.34%

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

R = 6.62%
G = 48.34%
B = 45.03%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#149288 (or 0x149288) is known color: Dark Cyan. HEX triplet: 14, 92 and 88. RGB value is (20,146,136). Sum of RGB (Red+Green+Blue) = 20+146+136=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 146 (57.42% from 255 or 48.34% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 146 - color contains mainly: green. Hex color #149288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149288 is #EB6D77. Grayscale: #6B6B6B. Windows color (decimal): -15428984 or 8950292. OLE color: 8950292.

HSL color Cylindrical-coordinate representation of color #149288: hue angle of 175.24º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149288 is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 146 136 -
CMYK 0.86 0 0.07 0.43
HSL 175.24º 0.76% 0.33% -
HSV(B) 175.24º 0.86% 0.57% -
XYZ 15.01 22.48 26.84 -
YUV 107.19 144.26 65.81 -
System Red Green Blue C M Y K H S L
Decimal 20 146 136 0.86 0 0.07 0.43 175.24 0.76 0.33
Hex 14 92 88 56 0 7 2B AF 4C 21
Octal 24 222 210 126 0 7 53 257 114 41
Binary 10100 10010010 10001000 1010110 0 111 101011 10101111 1001100 100001

Color Harmonies of #149288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149288

Black with #149288

Text Example


Text Example

White with #149288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149288; }

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

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

background-color css

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

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

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

border-color css

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

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

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