Html Css Color HEX #153835 Deep Teal

📋 copy color: '#153835'

red 21 ◦ green 56 ◦ blue 53

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

Shades of Deep Teal #153835

Tints of Deep Teal #153835

RGB

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

 GREEN value IS 56 (22.27% from 255) = 43.08%

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

R = 16.15%
G = 43.08%
B = 40.77%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#153835 (or 0x153835) is known color: Deep Teal. HEX triplet: 15, 38 and 35. RGB value is (21,56,53). Sum of RGB (Red+Green+Blue) = 21+56+53=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 53 (21.09% from 255 or 40.77% from 130); Max value from RGB is 56 - color contains mainly: green. Hex color #153835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153835 is #EAC7CA. Grayscale: #2D2D2D. Windows color (decimal): -15386571 or 3487765. OLE color: 3487765.

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

Color convert

RGB 21 56 53 -
CMYK 0.63 0 0.05 0.78
HSL 174.86º 0.45% 0.15% -
HSV(B) 174.86º 0.63% 0.22% -
XYZ 2.37 3.24 3.87 -
YUV 45.19 132.4 110.74 -
System Red Green Blue C M Y K H S L
Decimal 21 56 53 0.63 0 0.05 0.78 174.86 0.45 0.15
Hex 15 38 35 3F 0 5 4E AF 2D F
Octal 25 70 65 77 0 5 116 257 55 17
Binary 10101 111000 110101 111111 0 101 1001110 10101111 101101 1111

Color Harmonies of #153835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153835

Black with #153835

Text Example


Text Example

White with #153835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153835; }

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

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

background-color css

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

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

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

border-color css

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

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

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