Html Css Color HEX #155240 Deep Teal

📋 copy color: '#155240'

red 21 ◦ green 82 ◦ blue 64

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

Shades of Deep Teal #155240

Tints of Deep Teal #155240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 49.1%

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

R = 12.57%
G = 49.1%
B = 38.32%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#155240 (or 0x155240) is known color: Deep Teal. HEX triplet: 15, 52 and 40. RGB value is (21,82,64). Sum of RGB (Red+Green+Blue) = 21+82+64=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #155240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155240 is #EAADBF. Grayscale: #3D3D3D. Windows color (decimal): -15379904 or 4215317. OLE color: 4215317.

HSL color Cylindrical-coordinate representation of color #155240: hue angle of 162.3º 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 #155240 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 21 82 64 -
CMYK 0.74 0 0.22 0.68
HSL 162.3º 0.59% 0.2% -
HSV(B) 162.3º 0.74% 0.32% -
XYZ 4.25 6.56 5.89 -
YUV 61.71 129.29 98.96 -
System Red Green Blue C M Y K H S L
Decimal 21 82 64 0.74 0 0.22 0.68 162.3 0.59 0.2
Hex 15 52 40 4A 0 16 44 A2 3B 14
Octal 25 122 100 112 0 26 104 242 73 24
Binary 10101 1010010 1000000 1001010 0 10110 1000100 10100010 111011 10100

Color Harmonies of #155240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155240

Black with #155240

Text Example


Text Example

White with #155240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155240; }

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

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

background-color css

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

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

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

border-color css

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

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

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