Html Css Color HEX #148487 Dark Cyan

📋 copy color: '#148487'

red 20 ◦ green 132 ◦ blue 135

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

Shades of Dark Cyan #148487

Tints of Dark Cyan #148487

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.99%

 BLUE value IS 135 (53.13% from 255) = 47.04%

R = 6.97%
G = 45.99%
B = 47.04%

CMYK

 C value IS 0.85

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#148487 (or 0x148487) is known color: Dark Cyan. HEX triplet: 14, 84 and 87. RGB value is (20,132,135). Sum of RGB (Red+Green+Blue) = 20+132+135=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 135 - color contains mainly: blue. Hex color #148487 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148487 is #EB7B78. Grayscale: #626262. Windows color (decimal): -15432569 or 8881172. OLE color: 8881172.

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

Color convert

RGB 20 132 135 -
CMYK 0.85 0.02 0 0.47
HSL 181.57º 0.74% 0.3% -
HSV(B) 181.57º 0.85% 0.53% -
XYZ 12.91 18.4 25.79 -
YUV 98.85 148.39 71.76 -
System Red Green Blue C M Y K H S L
Decimal 20 132 135 0.85 0.02 0 0.47 181.57 0.74 0.3
Hex 14 84 87 55 2 0 2F B6 4A 1E
Octal 24 204 207 125 2 0 57 266 112 36
Binary 10100 10000100 10000111 1010101 10 0 101111 10110110 1001010 11110

Color Harmonies of #148487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148487

Black with #148487

Text Example


Text Example

White with #148487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148487; }

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

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

background-color css

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

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

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

border-color css

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

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

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