Html Css Color HEX #123730 Deep Teal

📋 copy color: '#123730'

red 18 ◦ green 55 ◦ blue 48

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

Shades of Deep Teal #123730

Tints of Deep Teal #123730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 45.45%

 BLUE value IS 48 (19.14% from 255) = 39.67%

R = 14.88%
G = 45.45%
B = 39.67%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.78

RGB Variations

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

Color information

#123730 (or 0x123730) is known color: Deep Teal. HEX triplet: 12, 37 and 30. RGB value is (18,55,48). Sum of RGB (Red+Green+Blue) = 18+55+48=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 55 - color contains mainly: green. Hex color #123730 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123730 is #EDC8CF. Grayscale: #2B2B2B. Windows color (decimal): -15583440 or 3159826. OLE color: 3159826.

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

Color convert

RGB 18 55 48 -
CMYK 0.67 0 0.13 0.78
HSL 168.65º 0.51% 0.14% -
HSV(B) 168.65º 0.67% 0.22% -
XYZ 2.15 3.07 3.28 -
YUV 43.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 18 55 48 0.67 0 0.13 0.78 168.65 0.51 0.14
Hex 12 37 30 43 0 D 4E A9 33 E
Octal 22 67 60 103 0 15 116 251 63 16
Binary 10010 110111 110000 1000011 0 1101 1001110 10101001 110011 1110

Color Harmonies of #123730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123730

Black with #123730

Text Example


Text Example

White with #123730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123730; }

 p { color: rgb(18,55,48); }

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

background-color css

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

 a { background-color: rgb(18,55,48); }

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

border-color css

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

 span { border-color: rgb(18,55,48); }

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