Html Css Color HEX #123833 Deep Teal

📋 copy color: '#123833'

red 18 ◦ green 56 ◦ blue 51

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

Shades of Deep Teal #123833

Tints of Deep Teal #123833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 40.8%

R = 14.4%
G = 44.8%
B = 40.8%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#123833 (or 0x123833) is known color: Deep Teal. HEX triplet: 12, 38 and 33. RGB value is (18,56,51). Sum of RGB (Red+Green+Blue) = 18+56+51=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 56 (22.27% from 255 or 44.8% from 125); Blue value is 51 (20.31% from 255 or 40.8% from 125); Max value from RGB is 56 - color contains mainly: green. Hex color #123833 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123833 is #EDC7CC. Grayscale: #2C2C2C. Windows color (decimal): -15583181 or 3356690. OLE color: 3356690.

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

Color convert

RGB 18 56 51 -
CMYK 0.68 0 0.09 0.78
HSL 172.11º 0.51% 0.15% -
HSV(B) 172.11º 0.68% 0.22% -
XYZ 2.26 3.2 3.63 -
YUV 44.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 18 56 51 0.68 0 0.09 0.78 172.11 0.51 0.15
Hex 12 38 33 44 0 9 4E AC 33 F
Octal 22 70 63 104 0 11 116 254 63 17
Binary 10010 111000 110011 1000100 0 1001 1001110 10101100 110011 1111

Color Harmonies of #123833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123833

Black with #123833

Text Example


Text Example

White with #123833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123833; }

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

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

background-color css

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

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

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

border-color css

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

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

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