Html Css Color HEX #149685 Dark Cyan

📋 copy color: '#149685'

red 20 ◦ green 150 ◦ blue 133

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

Shades of Dark Cyan #149685

Tints of Dark Cyan #149685

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.5%

 BLUE value IS 133 (52.34% from 255) = 43.89%

R = 6.6%
G = 49.5%
B = 43.89%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#149685 (or 0x149685) is known color: Dark Cyan. HEX triplet: 14, 96 and 85. RGB value is (20,150,133). Sum of RGB (Red+Green+Blue) = 20+150+133=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #149685 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149685 is #EB697A. Grayscale: #6D6D6D. Windows color (decimal): -15427963 or 8754708. OLE color: 8754708.

HSL color Cylindrical-coordinate representation of color #149685: hue angle of 172.15º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149685 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 150 133 -
CMYK 0.87 0 0.11 0.41
HSL 172.15º 0.76% 0.33% -
HSV(B) 172.15º 0.87% 0.59% -
XYZ 15.43 23.65 25.94 -
YUV 109.19 141.43 64.38 -
System Red Green Blue C M Y K H S L
Decimal 20 150 133 0.87 0 0.11 0.41 172.15 0.76 0.33
Hex 14 96 85 57 0 B 29 AC 4C 21
Octal 24 226 205 127 0 13 51 254 114 41
Binary 10100 10010110 10000101 1010111 0 1011 101001 10101100 1001100 100001

Color Harmonies of #149685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149685

Black with #149685

Text Example


Text Example

White with #149685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149685; }

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

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

background-color css

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

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

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

border-color css

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

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

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