Html Css Color HEX #148591 Dark Cyan

📋 copy color: '#148591'

red 20 ◦ green 133 ◦ blue 145

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

Shades of Dark Cyan #148591

Tints of Dark Cyan #148591

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.63%

 BLUE value IS 145 (57.03% from 255) = 48.66%

R = 6.71%
G = 44.63%
B = 48.66%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#148591 (or 0x148591) is known color: Dark Cyan. HEX triplet: 14, 85 and 91. RGB value is (20,133,145). Sum of RGB (Red+Green+Blue) = 20+133+145=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 145 - color contains mainly: blue. Hex color #148591 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148591 is #EB7A6E. Grayscale: #646464. Windows color (decimal): -15432303 or 9536788. OLE color: 9536788.

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

Color convert

RGB 20 133 145 -
CMYK 0.86 0.08 0 0.43
HSL 185.76º 0.76% 0.32% -
HSV(B) 185.76º 0.86% 0.57% -
XYZ 13.79 18.97 29.72 -
YUV 100.58 153.06 70.52 -
System Red Green Blue C M Y K H S L
Decimal 20 133 145 0.86 0.08 0 0.43 185.76 0.76 0.32
Hex 14 85 91 56 8 0 2B BA 4C 20
Octal 24 205 221 126 10 0 53 272 114 40
Binary 10100 10000101 10010001 1010110 1000 0 101011 10111010 1001100 100000

Color Harmonies of #148591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148591

Black with #148591

Text Example


Text Example

White with #148591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148591; }

 p { color: rgb(20,133,145); }

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

background-color css

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

 a { background-color: rgb(20,133,145); }

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

border-color css

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

 span { border-color: rgb(20,133,145); }

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