Html Css Color HEX #148784 Dark Cyan

📋 copy color: '#148784'

red 20 ◦ green 135 ◦ blue 132

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

Shades of Dark Cyan #148784

Tints of Dark Cyan #148784

RGB

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

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

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

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

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #148784: hue angle of 178.43º 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 #148784 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 135 132 -
CMYK 0.85 0 0.02 0.47
HSL 178.43º 0.74% 0.3% -
HSV(B) 178.43º 0.85% 0.53% -
XYZ 13.12 19.14 24.83 -
YUV 100.27 145.9 70.74 -
System Red Green Blue C M Y K H S L
Decimal 20 135 132 0.85 0 0.02 0.47 178.43 0.74 0.3
Hex 14 87 84 55 0 2 2F B2 4A 1E
Octal 24 207 204 125 0 2 57 262 112 36
Binary 10100 10000111 10000100 1010101 0 10 101111 10110010 1001010 11110

Color Harmonies of #148784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148784

Black with #148784

Text Example


Text Example

White with #148784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148784; }

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

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

background-color css

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

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

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

border-color css

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

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

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