Html Css Color HEX #153834 Deep Teal

📋 copy color: '#153834'

red 21 ◦ green 56 ◦ blue 52

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

Shades of Deep Teal #153834

Tints of Deep Teal #153834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 40.31%

R = 16.28%
G = 43.41%
B = 40.31%

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

#153834 (or 0x153834) is known color: Deep Teal. HEX triplet: 15, 38 and 34. RGB value is (21,56,52). Sum of RGB (Red+Green+Blue) = 21+56+52=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 52 (20.70% from 255 or 40.31% from 129); Max value from RGB is 56 - color contains mainly: green. Hex color #153834 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153834 is #EAC7CB. Grayscale: #2D2D2D. Windows color (decimal): -15386572 or 3422229. OLE color: 3422229.

HSL color Cylindrical-coordinate representation of color #153834: hue angle of 173.14º 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 #153834 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB 21 56 52 -
CMYK 0.63 0 0.07 0.78
HSL 173.14º 0.45% 0.15% -
HSV(B) 173.14º 0.63% 0.22% -
XYZ 2.34 3.24 3.75 -
YUV 45.08 131.9 110.83 -
System Red Green Blue C M Y K H S L
Decimal 21 56 52 0.63 0 0.07 0.78 173.14 0.45 0.15
Hex 15 38 34 3F 0 7 4E AD 2D F
Octal 25 70 64 77 0 7 116 255 55 17
Binary 10101 111000 110100 111111 0 111 1001110 10101101 101101 1111

Color Harmonies of #153834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153834

Black with #153834

Text Example


Text Example

White with #153834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153834; }

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

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

background-color css

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

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

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

border-color css

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

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

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