Html Css Color HEX #155140 Deep Teal

📋 copy color: '#155140'

red 21 ◦ green 81 ◦ blue 64

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

Shades of Deep Teal #155140

Tints of Deep Teal #155140

RGB

 RED value IS 21 (8.59% from 255) = 12.65%

 GREEN value IS 81 (32.03% from 255) = 48.8%

 BLUE value IS 64 (25.39% from 255) = 38.55%

R = 12.65%
G = 48.8%
B = 38.55%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#155140 (or 0x155140) is known color: Deep Teal. HEX triplet: 15, 51 and 40. RGB value is (21,81,64). Sum of RGB (Red+Green+Blue) = 21+81+64=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 81 - color contains mainly: green. Hex color #155140 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155140 is #EAAEBF. Grayscale: #3D3D3D. Windows color (decimal): -15380160 or 4215061. OLE color: 4215061.

HSL color Cylindrical-coordinate representation of color #155140: hue angle of 163º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155140 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 21 81 64 -
CMYK 0.74 0 0.21 0.68
HSL 163º 0.59% 0.2% -
HSV(B) 163º 0.74% 0.32% -
XYZ 4.18 6.41 5.87 -
YUV 61.12 129.62 99.38 -
System Red Green Blue C M Y K H S L
Decimal 21 81 64 0.74 0 0.21 0.68 163 0.59 0.2
Hex 15 51 40 4A 0 15 44 A3 3B 14
Octal 25 121 100 112 0 25 104 243 73 24
Binary 10101 1010001 1000000 1001010 0 10101 1000100 10100011 111011 10100

Color Harmonies of #155140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155140

Black with #155140

Text Example


Text Example

White with #155140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155140; }

 p { color: rgb(21,81,64); }

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

background-color css

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

 a { background-color: rgb(21,81,64); }

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

border-color css

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

 span { border-color: rgb(21,81,64); }

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