Html Css Color HEX #123835 Deep Teal

📋 copy color: '#123835'

red 18 ◦ green 56 ◦ blue 53

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

Shades of Deep Teal #123835

Tints of Deep Teal #123835

RGB

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

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

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

R = 14.17%
G = 44.09%
B = 41.73%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#123835 (or 0x123835) is known color: Deep Teal. HEX triplet: 12, 38 and 35. RGB value is (18,56,53). Sum of RGB (Red+Green+Blue) = 18+56+53=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 56 - color contains mainly: green. Hex color #123835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123835 is #EDC7CA. Grayscale: #2C2C2C. Windows color (decimal): -15583179 or 3487762. OLE color: 3487762.

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

Color convert

RGB 18 56 53 -
CMYK 0.68 0 0.05 0.78
HSL 175.26º 0.51% 0.15% -
HSV(B) 175.26º 0.68% 0.22% -
XYZ 2.31 3.21 3.87 -
YUV 44.3 132.91 109.24 -
System Red Green Blue C M Y K H S L
Decimal 18 56 53 0.68 0 0.05 0.78 175.26 0.51 0.15
Hex 12 38 35 44 0 5 4E AF 33 F
Octal 22 70 65 104 0 5 116 257 63 17
Binary 10010 111000 110101 1000100 0 101 1001110 10101111 110011 1111

Color Harmonies of #123835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123835

Black with #123835

Text Example


Text Example

White with #123835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123835; }

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

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

background-color css

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

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

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

border-color css

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

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

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