Html Css Color HEX #153935 Deep Teal

📋 copy color: '#153935'

red 21 ◦ green 57 ◦ blue 53

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

Shades of Deep Teal #153935

Tints of Deep Teal #153935

RGB

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

 GREEN value IS 57 (22.66% from 255) = 43.51%

 BLUE value IS 53 (21.09% from 255) = 40.46%

R = 16.03%
G = 43.51%
B = 40.46%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#153935 (or 0x153935) is known color: Deep Teal. HEX triplet: 15, 39 and 35. RGB value is (21,57,53). Sum of RGB (Red+Green+Blue) = 21+57+53=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 57 (22.66% from 255 or 43.51% from 131); Blue value is 53 (21.09% from 255 or 40.46% from 131); Max value from RGB is 57 - color contains mainly: green. Hex color #153935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153935 is #EAC6CA. Grayscale: #2D2D2D. Windows color (decimal): -15386315 or 3488021. OLE color: 3488021.

HSL color Cylindrical-coordinate representation of color #153935: hue angle of 173.33º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #153935 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB 21 57 53 -
CMYK 0.63 0 0.07 0.78
HSL 173.33º 0.46% 0.15% -
HSV(B) 173.33º 0.63% 0.22% -
XYZ 2.41 3.34 3.89 -
YUV 45.78 132.07 110.33 -
System Red Green Blue C M Y K H S L
Decimal 21 57 53 0.63 0 0.07 0.78 173.33 0.46 0.15
Hex 15 39 35 3F 0 7 4E AD 2E F
Octal 25 71 65 77 0 7 116 255 56 17
Binary 10101 111001 110101 111111 0 111 1001110 10101101 101110 1111

Color Harmonies of #153935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153935

Black with #153935

Text Example


Text Example

White with #153935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153935; }

 p { color: rgb(21,57,53); }

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

background-color css

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

 a { background-color: rgb(21,57,53); }

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

border-color css

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

 span { border-color: rgb(21,57,53); }

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