Html Css Color HEX #155347 Deep Teal

📋 copy color: '#155347'

red 21 ◦ green 83 ◦ blue 71

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

Shades of Deep Teal #155347

Tints of Deep Teal #155347

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.43%

 BLUE value IS 71 (28.13% from 255) = 40.57%

R = 12%
G = 47.43%
B = 40.57%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#155347 (or 0x155347) is known color: Deep Teal. HEX triplet: 15, 53 and 47. RGB value is (21,83,71). Sum of RGB (Red+Green+Blue) = 21+83+71=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #155347 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155347 is #EAACB8. Grayscale: #3F3F3F. Windows color (decimal): -15379641 or 4674325. OLE color: 4674325.

HSL color Cylindrical-coordinate representation of color #155347: hue angle of 168.39º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155347 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 83 71 -
CMYK 0.75 0 0.14 0.67
HSL 168.39º 0.6% 0.2% -
HSV(B) 168.39º 0.75% 0.33% -
XYZ 4.54 6.8 7.03 -
YUV 63.09 132.46 97.98 -
System Red Green Blue C M Y K H S L
Decimal 21 83 71 0.75 0 0.14 0.67 168.39 0.6 0.2
Hex 15 53 47 4B 0 E 43 A8 3C 14
Octal 25 123 107 113 0 16 103 250 74 24
Binary 10101 1010011 1000111 1001011 0 1110 1000011 10101000 111100 10100

Color Harmonies of #155347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155347

Black with #155347

Text Example


Text Example

White with #155347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155347; }

 p { color: rgb(21,83,71); }

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

background-color css

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

 a { background-color: rgb(21,83,71); }

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

border-color css

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

 span { border-color: rgb(21,83,71); }

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