Html Css Color HEX #123834 Deep Teal

📋 copy color: '#123834'

red 18 ◦ green 56 ◦ blue 52

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

Shades of Deep Teal #123834

Tints of Deep Teal #123834

RGB

 RED value IS 18 (7.42% from 255) = 14.29%

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

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

R = 14.29%
G = 44.44%
B = 41.27%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#123834 (or 0x123834) is known color: Deep Teal. HEX triplet: 12, 38 and 34. RGB value is (18,56,52). Sum of RGB (Red+Green+Blue) = 18+56+52=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 56 (22.27% from 255 or 44.44% from 126); Blue value is 52 (20.70% from 255 or 41.27% from 126); Max value from RGB is 56 - color contains mainly: green. Hex color #123834 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123834 is #EDC7CB. Grayscale: #2C2C2C. Windows color (decimal): -15583180 or 3422226. OLE color: 3422226.

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

Color convert

RGB 18 56 52 -
CMYK 0.68 0 0.07 0.78
HSL 173.68º 0.51% 0.15% -
HSV(B) 173.68º 0.68% 0.22% -
XYZ 2.28 3.2 3.75 -
YUV 44.18 132.41 109.33 -
System Red Green Blue C M Y K H S L
Decimal 18 56 52 0.68 0 0.07 0.78 173.68 0.51 0.15
Hex 12 38 34 44 0 7 4E AE 33 F
Octal 22 70 64 104 0 7 116 256 63 17
Binary 10010 111000 110100 1000100 0 111 1001110 10101110 110011 1111

Color Harmonies of #123834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123834

Black with #123834

Text Example


Text Example

White with #123834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123834; }

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

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

background-color css

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

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

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

border-color css

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

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

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