Html Css Color HEX #134138 Deep Teal

📋 copy color: '#134138'

red 19 ◦ green 65 ◦ blue 56

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

Shades of Deep Teal #134138

Tints of Deep Teal #134138

RGB

 RED value IS 19 (7.81% from 255) = 13.57%

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

 BLUE value IS 56 (22.27% from 255) = 40%

R = 13.57%
G = 46.43%
B = 40%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#134138 (or 0x134138) is known color: Deep Teal. HEX triplet: 13, 41 and 38. RGB value is (19,65,56). Sum of RGB (Red+Green+Blue) = 19+65+56=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #134138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134138 is #ECBEC7. Grayscale: #323232. Windows color (decimal): -15515336 or 3686675. OLE color: 3686675.

HSL color Cylindrical-coordinate representation of color #134138: hue angle of 168.26º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134138 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 65 56 -
CMYK 0.71 0 0.14 0.75
HSL 168.26º 0.55% 0.16% -
HSV(B) 168.26º 0.71% 0.25% -
XYZ 2.87 4.2 4.4 -
YUV 50.22 131.26 105.73 -
System Red Green Blue C M Y K H S L
Decimal 19 65 56 0.71 0 0.14 0.75 168.26 0.55 0.16
Hex 13 41 38 47 0 E 4B A8 37 10
Octal 23 101 70 107 0 16 113 250 67 20
Binary 10011 1000001 111000 1000111 0 1110 1001011 10101000 110111 10000

Color Harmonies of #134138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134138

Black with #134138

Text Example


Text Example

White with #134138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134138; }

 p { color: rgb(19,65,56); }

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

background-color css

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

 a { background-color: rgb(19,65,56); }

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

border-color css

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

 span { border-color: rgb(19,65,56); }

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