Html Css Color HEX #148789 Dark Cyan

📋 copy color: '#148789'

red 20 ◦ green 135 ◦ blue 137

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

Shades of Dark Cyan #148789

Tints of Dark Cyan #148789

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.23%

 BLUE value IS 137 (53.91% from 255) = 46.92%

R = 6.85%
G = 46.23%
B = 46.92%

CMYK

 C value IS 0.85

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#148789 (or 0x148789) is known color: Dark Cyan. HEX triplet: 14, 87 and 89. RGB value is (20,135,137). Sum of RGB (Red+Green+Blue) = 20+135+137=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 137 - color contains mainly: blue. Hex color #148789 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148789 is #EB7876. Grayscale: #646464. Windows color (decimal): -15431799 or 9013012. OLE color: 9013012.

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

Color convert

RGB 20 135 137 -
CMYK 0.85 0.01 0 0.46
HSL 181.03º 0.75% 0.31% -
HSV(B) 181.03º 0.85% 0.54% -
XYZ 13.47 19.28 26.68 -
YUV 100.84 148.4 70.34 -
System Red Green Blue C M Y K H S L
Decimal 20 135 137 0.85 0.01 0 0.46 181.03 0.75 0.31
Hex 14 87 89 55 1 0 2E B5 4B 1F
Octal 24 207 211 125 1 0 56 265 113 37
Binary 10100 10000111 10001001 1010101 1 0 101110 10110101 1001011 11111

Color Harmonies of #148789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148789

Black with #148789

Text Example


Text Example

White with #148789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148789; }

 p { color: rgb(20,135,137); }

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

background-color css

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

 a { background-color: rgb(20,135,137); }

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

border-color css

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

 span { border-color: rgb(20,135,137); }

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