Html Css Color HEX #154136 Deep Teal

📋 copy color: '#154136'

red 21 ◦ green 65 ◦ blue 54

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

Shades of Deep Teal #154136

Tints of Deep Teal #154136

RGB

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

 GREEN value IS 65 (25.78% from 255) = 46.43%

 BLUE value IS 54 (21.48% from 255) = 38.57%

R = 15%
G = 46.43%
B = 38.57%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#154136 (or 0x154136) is known color: Deep Teal. HEX triplet: 15, 41 and 36. RGB value is (21,65,54). Sum of RGB (Red+Green+Blue) = 21+65+54=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 54 (21.48% from 255 or 38.57% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #154136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154136 is #EABEC9. Grayscale: #323232. Windows color (decimal): -15384266 or 3555605. OLE color: 3555605.

HSL color Cylindrical-coordinate representation of color #154136: hue angle of 165º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #154136 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 65 54 -
CMYK 0.68 0 0.17 0.75
HSL 165º 0.51% 0.17% -
HSV(B) 165º 0.68% 0.25% -
XYZ 2.87 4.21 4.15 -
YUV 50.59 129.92 106.89 -
System Red Green Blue C M Y K H S L
Decimal 21 65 54 0.68 0 0.17 0.75 165 0.51 0.17
Hex 15 41 36 44 0 11 4B A5 33 11
Octal 25 101 66 104 0 21 113 245 63 21
Binary 10101 1000001 110110 1000100 0 10001 1001011 10100101 110011 10001

Color Harmonies of #154136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154136

Black with #154136

Text Example


Text Example

White with #154136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154136; }

 p { color: rgb(21,65,54); }

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

background-color css

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

 a { background-color: rgb(21,65,54); }

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

border-color css

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

 span { border-color: rgb(21,65,54); }

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