Html Css Color HEX #155345 Deep Teal

📋 copy color: '#155345'

red 21 ◦ green 83 ◦ blue 69

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

Shades of Deep Teal #155345

Tints of Deep Teal #155345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 39.88%

R = 12.14%
G = 47.98%
B = 39.88%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#155345 (or 0x155345) is known color: Deep Teal. HEX triplet: 15, 53 and 45. RGB value is (21,83,69). Sum of RGB (Red+Green+Blue) = 21+83+69=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #155345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155345 is #EAACBA. Grayscale: #3E3E3E. Windows color (decimal): -15379643 or 4543253. OLE color: 4543253.

HSL color Cylindrical-coordinate representation of color #155345: hue angle of 166.45º 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 #155345 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 83 69 -
CMYK 0.75 0 0.17 0.67
HSL 166.45º 0.6% 0.2% -
HSV(B) 166.45º 0.75% 0.33% -
XYZ 4.48 6.78 6.7 -
YUV 62.87 131.46 98.14 -
System Red Green Blue C M Y K H S L
Decimal 21 83 69 0.75 0 0.17 0.67 166.45 0.6 0.2
Hex 15 53 45 4B 0 11 43 A6 3C 14
Octal 25 123 105 113 0 21 103 246 74 24
Binary 10101 1010011 1000101 1001011 0 10001 1000011 10100110 111100 10100

Color Harmonies of #155345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155345

Black with #155345

Text Example


Text Example

White with #155345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155345; }

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

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

background-color css

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

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

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

border-color css

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

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

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